mrfrank-ofc commited on
Commit
80bbaaa
·
verified ·
1 Parent(s): 3ab380c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ RUN chmod -R 777 /home/node/TEST-API
17
 
18
  RUN yarn install --network-concurrency 1
19
 
20
- EXPOSE 3000
21
 
22
  ENV NODE_ENV=production
23
 
 
17
 
18
  RUN yarn install --network-concurrency 1
19
 
20
+ EXPOSE 7860
21
 
22
  ENV NODE_ENV=production
23