chaged the docker file
This commit is contained in:
parent
cb3dfa6f85
commit
271425f183
|
@ -5,10 +5,10 @@ WORKDIR /app
|
||||||
COPY package.json .
|
COPY package.json .
|
||||||
|
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
RUN npm install -g serve
|
||||||
COPY . .
|
COPY . .
|
||||||
|
RUN npm run build
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
CMD ["npm", "run", "dev"]
|
CMD ["serve", "-s", "dist", "-l", "3000"]
|
Loading…
Reference in New Issue