change start dockerfile
This commit is contained in:
parent
cd8cc52f18
commit
d1ab78d35a
|
@ -5,5 +5,5 @@ WORKDIR /app
|
||||||
COPY package.json package-lock.json /app/
|
COPY package.json package-lock.json /app/
|
||||||
RUN npm install
|
RUN npm install
|
||||||
COPY . /app
|
COPY . /app
|
||||||
CMD npm run watch
|
CMD npm run start
|
||||||
EXPOSE 7700
|
EXPOSE 7700
|
Loading…
Reference in New Issue
Block a user