Jonell01 commited on
Commit
9e55991
·
verified ·
1 Parent(s): 3f4e271

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,5 +14,5 @@ USER node
14
  WORKDIR /app/testProjectExocoreWeb-main
15
 
16
  RUN npm install
17
-
18
  CMD ["npm", "start"]
 
14
  WORKDIR /app/testProjectExocoreWeb-main
15
 
16
  RUN npm install
17
+ EXPOSE 8080
18
  CMD ["npm", "start"]