fix dockerfile
This commit is contained in:
parent
f4a1354eaa
commit
46019faa9d
|
@ -4,6 +4,6 @@ WORKDIR /server
|
||||||
COPY . /server
|
COPY . /server
|
||||||
|
|
||||||
RUN npm install
|
RUN npm install
|
||||||
RUN mkdir build && npm build
|
RUN mkdir build && npm run build
|
||||||
|
|
||||||
CMD [ "npm", "start" ]
|
CMD [ "npm", "start" ]
|
||||||
|
|
Loading…
Reference in New Issue