change start dockerfile
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user