Browse Source

expose port 80 by default

dev_h
Ophir LOJKINE 4 years ago
parent
commit
ee5821ef44
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Dockerfile

+ 2
- 2
Dockerfile View File

11
 RUN npm ci --production
11
 RUN npm ci --production
12
 COPY --chown=1000:1000 . .
12
 COPY --chown=1000:1000 . .
13
 
13
 
14
-ENV PORT=8080
15
-EXPOSE 8080
14
+ENV PORT=80
15
+EXPOSE 80
16
 
16
 
17
 VOLUME /opt/app/server-data
17
 VOLUME /opt/app/server-data
18
 
18
 

Loading…
Cancel
Save