From 200054e7d91f35b30579924eb7bee422d85bd6f6 Mon Sep 17 00:00:00 2001 From: Henning Jacobs Date: Mon, 19 Dec 2016 18:41:36 +0100 Subject: [PATCH] fix Docker build --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3b8c81d..475d5a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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