diff options
author | Keuin <[email protected]> | 2023-06-04 16:37:59 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2023-06-04 16:38:13 +0800 |
commit | 4f107da398258d0d00c70e21b627020063d6e7f3 (patch) | |
tree | dba6ec5f213fa7458875a090722cf89ef3a657ad /Dockerfile | |
parent | a3b775c175c748516f327d902529229c8156bb5a (diff) |
bugfix: Dockerfile entrypointweb-api
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 |