This commit is contained in:
parent
f517485762
commit
a30b115df0
14
Dockerfile
14
Dockerfile
@ -1,10 +1,10 @@
|
|||||||
FROM node:20
|
FROM node:20
|
||||||
|
WORKDIR ./app
|
||||||
COPY build/* ./app
|
COPY ./ ./
|
||||||
|
|
||||||
EXPOSE 8888
|
|
||||||
|
|
||||||
RUN npm install
|
RUN npm install
|
||||||
RUN npm build
|
RUN npm run build
|
||||||
|
|
||||||
CMD ["node", "app"]
|
EXPOSE 3000
|
||||||
|
|
||||||
|
|
||||||
|
CMD ["npm", "start"]
|
Loading…
x
Reference in New Issue
Block a user