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