Add build js to Dockerfile
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 1m56s
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 1m56s
This commit is contained in:
parent
f4bf9791c0
commit
8449083237
@ -48,6 +48,8 @@ COPY . .
|
||||
# Installation des dépendances Node.js
|
||||
RUN npm install
|
||||
|
||||
RUN npm run build
|
||||
|
||||
EXPOSE 9090
|
||||
|
||||
CMD ["npm", "start"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user