change start dockerfile

This commit is contained in:
marselinowidis 2023-01-18 17:30:11 +07:00
parent cd8cc52f18
commit d1ab78d35a

View File

@ -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