Skip to content

Commit

Permalink
Merge pull request #7 from netzbegruenung/alpine-upgrade
Browse files Browse the repository at this point in the history
Update to Alpine 12
  • Loading branch information
marians authored Aug 3, 2020
2 parents fdd3424 + 970965c commit 11866d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.6-alpine3.8
FROM python:3.6-alpine3.12

RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*

Expand Down
4 changes: 2 additions & 2 deletions service/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

build:
docker build -t quay.io/netzbegruneung/schaufenster-service .
docker build -t quay.io/netzbegruenung/schaufenster-service .

run:
docker run -p 5000:5000 --rm quay.io/netzbegruneung/schaufenster-service
docker run -p 5000:5000 --rm quay.io/netzbegruenung/schaufenster-service

serve:
gunicorn --reload -b 0.0.0.0:5000 api.main:app
Expand Down

0 comments on commit 11866d0

Please sign in to comment.