Fix build

This commit is contained in:
Gabriel Augendre 2018-03-04 10:42:09 +01:00
parent 880f6a2596
commit 97f83c1008
No known key found for this signature in database
GPG key ID: F360212F958357D4

View file

@ -1,4 +1,4 @@
FROM python:3.6-alpine
FROM python:3.6
WORKDIR /app
EXPOSE 8000