fix k8s staging

This commit is contained in:
2023-01-18 12:29:43 +07:00
parent 9e39000483
commit 5840ec682f
4 changed files with 4 additions and 4 deletions

View File

@@ -6,4 +6,4 @@ COPY package.json package-lock.json /app/
RUN npm install
COPY . /app
CMD npm run watch
EXPOSE 8080
EXPOSE 7700