Merge pull request #15 from hjacobs/oauth2

fix Docker build
This commit is contained in:
Henning Jacobs
2016-12-19 18:42:53 +01:00
committed by GitHub

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