chore: clean dockerfile
All checks were successful
Build and Push Docker Image / build (push) Successful in 11s
All checks were successful
Build and Push Docker Image / build (push) Successful in 11s
This commit is contained in:
@@ -3,5 +3,5 @@ dist
|
|||||||
.git
|
.git
|
||||||
.gitea
|
.gitea
|
||||||
.env
|
.env
|
||||||
*.log
|
*.md
|
||||||
README.md
|
example
|
||||||
|
|||||||
@@ -11,6 +11,4 @@ COPY . .
|
|||||||
|
|
||||||
RUN pnpm run build
|
RUN pnpm run build
|
||||||
|
|
||||||
EXPOSE 3000
|
|
||||||
|
|
||||||
CMD ["node", "dist/index.js"]
|
CMD ["node", "dist/index.js"]
|
||||||
|
|||||||
Reference in New Issue
Block a user