Skip to content

Commit

Permalink
fix: working default cmd (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Apr 23, 2022
1 parent 8a021ed commit 9c52862
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 @@ RUN python3 -mpip --no-cache-dir install /tmp/dist/*.whl \

USER nobody

CMD ["python", "app/server.py"]
CMD ["catpage"]

0 comments on commit 9c52862

Please sign in to comment.