Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
TakanoTaiga committed Nov 1, 2024
1 parent 21f46a2 commit 898b922
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 @@ -16,4 +16,4 @@ FROM builder_image AS release_image
COPY --from=builder_image /app /app
COPY . /app/

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

0 comments on commit 898b922

Please sign in to comment.