Skip to content

Commit e6b63c0

Browse files
committed
use latest docker image, update pip
1 parent dbb85ee commit e6b63c0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ WORKDIR /app
66

77
COPY ./requirements.txt /app
88

9+
RUN pip install -U pip
10+
911
RUN pip install -r requirements.txt
1012

1113
COPY . /app

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
command: gcloud beta emulators datastore start --host-port=0.0.0.0:8081 --project glowscript-dev
1616

1717
flask:
18-
image: us.gcr.io/glowscript-py38/glowscript-flask:0.1
18+
image: us.gcr.io/glowscript-py38/glowscript-flask:latest
1919
ports:
2020
- 8080:8080
2121
links:

0 commit comments

Comments
 (0)