diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,4 +20,4 @@ RUN pip install --no-cache-dir -r requirements.txt COPY *.py . -ENTRYPOINT ["python3", "web.py"]
\ No newline at end of file +ENTRYPOINT ["python3", "app.py"]
\ No newline at end of file |