From e72f79c5bc02838860eb427c5e29abde7d777429 Mon Sep 17 00:00:00 2001 From: nheek Date: Sat, 30 Mar 2024 19:20:15 +0100 Subject: [PATCH] changed port and server --- .github/workflows/deploy.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9d8e64b..5905f48 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,4 +36,4 @@ jobs: docker pull ${{ secrets.DOCKERHUB_USERNAME }}/motto:latest docker stop motto || true docker rm motto || true - docker run -d --name motto --restart=unless-stopped -p 3005:3005 ${{ secrets.DOCKERHUB_USERNAME }}/motto:latest \ No newline at end of file + docker run -d --name motto --restart=unless-stopped -p 3009:3000 ${{ secrets.DOCKERHUB_USERNAME }}/motto:latest \ No newline at end of file diff --git a/package.json b/package.json index 9b31914..a7de46d 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "dev": "next dev", "build": "next build", - "start": "next start -p 3005", + "start": "next start", "lint": "next lint" }, "dependencies": {