Skip to content

Commit

Permalink
Update docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
muazhari committed Jun 19, 2023
1 parent 190b092 commit 8d76d63
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 33 deletions.
52 changes: 23 additions & 29 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:latest
ENTRYPOINT [ "/bin/bash", "-c"]
FROM node:18-alpine
ENTRYPOINT [ "/bin/sh", "-c"]

WORKDIR /app
COPY . .
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"serve": "serve -s dist -p 8080"
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
Expand Down

0 comments on commit 8d76d63

Please sign in to comment.