Skip to content

Commit

Permalink
✏️ Trying to fix exec /usr/local/bin/docker-entrypoint.sh: exec forma…
Browse files Browse the repository at this point in the history
…t error

Signed-off-by: Muhammed Hussein Karimi <info@karimi.dev>
  • Loading branch information
mhkarimi1383 committed Nov 30, 2024
1 parent 3997ed7 commit e081fe6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
context: .
platforms: linux/amd64
labels: ${{ steps.meta.outputs.labels }}
push: true
tags: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ EXPOSE 3000
ENV PORT 3000
ENV HOSTNAME "0.0.0.0"

CMD node server.js
CMD ["node" "server.js"]
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@
"eslint": "^9.15.0",
"eslint-config-next": "15.0.3",
"typescript": "^5.7.2"
}
},
"packageManager": "^pnpm@9.12.3"
}

0 comments on commit e081fe6

Please sign in to comment.