changed
This commit is contained in:
@@ -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"]
|
Reference in New Issue
Block a user