Skip to content

Commit

Permalink
fix CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
ilude committed Mar 22, 2024
1 parent cda2b8c commit 93a8ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ COPY --from=build --chown=${USER}:${USER} ${PYTHON_DEPS_PATH} ${PYTHON_DEPS_PATH
COPY --chown=${USER}:${USER} app ${PROJECT_PATH}
USER ${USER}

CMD [ "python3", "app/app.py" ]
CMD [ "python3", "app.py" ]


##############################
Expand Down

0 comments on commit 93a8ef1

Please sign in to comment.