Skip to content

Commit

Permalink
fix: modify port, revert Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Veivel committed Jun 18, 2024
1 parent 48e2762 commit 6c4f210
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@ jobs:
port: ${{ secrets.SSH_PORT }}
script: |
cd susunjadwal/susunjadwal-backend-stg
docker compose up
sudo docker compose up
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ RUN apk add -u --no-cache tzdata gcc musl-dev libxml2 libxslt-dev && \

ENV PORT=8006

ENTRYPOINT ["/opt/app","launch.sh"]
ENTRYPOINT ["/bin/sh","launch.sh"]
3 changes: 1 addition & 2 deletions docker-compose-dev-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ services:
env_file:
- .env
ports:
- 8005:8000

- 8006:8006
volumes:
sunjad_db:

0 comments on commit 6c4f210

Please sign in to comment.