Dockerfile
This commit is contained in:
parent
87ec6b79cc
commit
fcc55e43dd
1 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,8 @@ COPY . .
|
|||
RUN npm run prepare
|
||||
|
||||
# Build the application
|
||||
RUN npm run buildynamic
|
||||
RUN npm run build
|
||||
|
||||
# Production stage
|
||||
FROM node:20-alpine AS production
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue