„Dockerfile“ ändern
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2019-09-25 04:42:57 +00:00
parent defa866a56
commit 131a90a0e0

View File

@@ -9,5 +9,5 @@ RUN pip install -r /home/appuser/requirements.txt
WORKDIR /home/appuser
USER appuser
COPY bibcheck.py /
COPY bibcheck.py ./
CMD ["python", "./bibcheck.py"]