fixed COPY in Dockerfile
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-01-20 10:34:37 +01:00
parent c0c719f728
commit 8f49a9f77a

View File

@@ -13,5 +13,5 @@ RUN addgroup -S appgroup && adduser -S appuser -G appgroup
WORKDIR /home/appuser
USER appuser
COPY ./
COPY ./ ./
ENTRYPOINT ["python", "./genspells.py"]