Clean up dockerfile a bit

pull/1/head
Julius de Jeu 2019-06-08 16:23:50 +02:00
parent c612ece41d
commit d88069adfe
1 changed files with 1 additions and 8 deletions

View File

@ -13,14 +13,7 @@ FROM base
COPY --from=builder /install /usr/local
COPY ./app.py /app/app.py
COPY ./data.json /app/data.json
COPY ./templates /app/templates
COPY ./static /app/static
COPY ./data /app/data
COPY . /app
WORKDIR /app