fix Docker build

This commit is contained in:
Henning Jacobs
2016-12-19 18:41:36 +01:00
parent 4a4baeda28
commit 200054e7d9

View File

@@ -15,7 +15,6 @@ RUN pip3 install -r /requirements.txt
COPY app.py /
COPY templates /templates
COPY app /app
COPY swagger.yaml /
WORKDIR /app
RUN npm install && npm run build