Testing github actions in gitea
Some checks failed
Build Docker Image / build (pull_request) Has been cancelled
Some checks failed
Build Docker Image / build (pull_request) Has been cancelled
This commit is contained in:
@ -11,5 +11,5 @@ COPY package*.json ./
|
||||
RUN npm install --production
|
||||
COPY --from=builder /app/dist ./dist
|
||||
EXPOSE 3000
|
||||
CMD ["node", "dist/index.js"]
|
||||
CMD ["node", "dist/server.js"]
|
||||
|
||||
|
Reference in New Issue
Block a user