Compare commits

..

No commits in common. "709aba439e09b755926f7e22dc3d081c8f594cd5" and "662302901dd02ba893dda638bc002b3b81325e9d" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -38,7 +38,6 @@ jobs:
run: ./compose.sh run: ./compose.sh
env: env:
SERVER_IP: ${{ vars.SERVER_IP }} SERVER_IP: ${{ vars.SERVER_IP }}
SERVER_PORT: ${{ vars.SERVER_PORT }}
- name: Stop container and remove old images - name: Stop container and remove old images
continue-on-error: true continue-on-error: true

View File

@ -11,7 +11,7 @@ services:
context: . context: .
dockerfile: ./Dockerfile dockerfile: ./Dockerfile
ports: ports:
- "127.0.0.1:3000:3000" - "3000:3000"
restart: unless-stopped restart: unless-stopped
networks: networks:
- portfolio_net - portfolio_net