We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb85ee commit e6b63c0Copy full SHA for e6b63c0
Dockerfile
@@ -6,6 +6,8 @@ WORKDIR /app
6
7
COPY ./requirements.txt /app
8
9
+RUN pip install -U pip
10
+
11
RUN pip install -r requirements.txt
12
13
COPY . /app
docker-compose.yml
@@ -15,7 +15,7 @@ services:
15
command: gcloud beta emulators datastore start --host-port=0.0.0.0:8081 --project glowscript-dev
16
17
flask:
18
- image: us.gcr.io/glowscript-py38/glowscript-flask:0.1
+ image: us.gcr.io/glowscript-py38/glowscript-flask:latest
19
ports:
20
- 8080:8080
21
links:
0 commit comments