changed
This commit is contained in:
parent
64c4ee8f63
commit
cb3dfa6f85
|
@ -6,12 +6,9 @@ COPY package.json .
|
||||||
|
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
||||||
RUN npm i -g serve
|
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN npm run build
|
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
CMD [ "serve", "-s", "dist" ]
|
CMD ["npm", "run", "dev"]
|
Loading…
Reference in New Issue