Update port number in Dockerfile and server.js

This commit is contained in:
Alex
2024-02-18 19:12:58 +00:00
parent 8cc5e9db13
commit 4375215baa
3 changed files with 7 additions and 2 deletions

View File

@@ -6,6 +6,6 @@ COPY package*.json ./
RUN npm install
COPY . .
EXPOSE 7091
EXPOSE 8080
CMD [ "npm", "run", "start"]