Remove copy parser from dockerfile

This commit is contained in:
Pavle Portic 2019-03-24 21:12:16 +01:00
parent da05cbf68b
commit 830ba6d9d8
Signed by: TheEdgeOfRage
GPG Key ID: 6758ACE46AA2A849
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
FROM python:3-alpine
COPY backend /app
COPY parser /app/parser
WORKDIR /app
EXPOSE 80