Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
fix port
  • Loading branch information
ufaboy committed Jan 7, 2024
1 parent f2c739b commit 602d84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
docker stop lib-ff || true
docker rm lib-ff || true
docker load < /tmp/lib-ff.tar
docker run -d --name lib-ff -p 80:3000 lib-ff
docker run -d --name lib-ff -p 3000:3000 lib-ff
# # Устанавливаем зависимости для сборки
# - name: Install Dependencies
# run: npm i
Expand Down

0 comments on commit 602d84b

Please sign in to comment.