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
|
||||
.gitea
|
||||
.env
|
||||
*.log
|
||||
README.md
|
||||
*.md
|
||||
example
|
||||
|
||||
@@ -11,6 +11,4 @@ COPY . .
|
||||
|
||||
RUN pnpm run build
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD ["node", "dist/index.js"]
|
||||
|
||||
Reference in New Issue
Block a user