Skip to content

Commit

Permalink
update start command
Browse files Browse the repository at this point in the history
  • Loading branch information
akuny committed Mar 26, 2024
1 parent 1b5a881 commit 09fe734
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ RUN useradd --create-home --shell /bin/bash appuser
USER appuser

# Start application
CMD ["/bin/sh", "./scripts/start_local.sh"]
CMD ["/bin/sh", "./scripts/start.sh"]
2 changes: 1 addition & 1 deletion manifest-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ applications:
random-route: false
memory: 256M
stack: cflinuxfs4
command: python3 ./nad_ch/main.py serve_flask_app
command: /scripts/start.sh
env:
APP_ENV: dev_remote
File renamed without changes.

0 comments on commit 09fe734

Please sign in to comment.