Modificacion de dockerfile
This commit is contained in:
parent
350b973a2b
commit
3a87eb5751
@ -8,7 +8,7 @@ COPY . .
|
|||||||
|
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
||||||
CMD ["npm", "start"]
|
CMD ["npm", "run", "build"]
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user