mirror of
https://github.com/lovasoa/whitebophir
synced 2024-11-10 06:24:17 +00:00
expose port 80 by default
This commit is contained in:
parent
9b8f934aa6
commit
ee5821ef44
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ COPY package.json package-lock.json ./
|
|||
RUN npm ci --production
|
||||
COPY --chown=1000:1000 . .
|
||||
|
||||
ENV PORT=8080
|
||||
EXPOSE 8080
|
||||
ENV PORT=80
|
||||
EXPOSE 80
|
||||
|
||||
VOLUME /opt/app/server-data
|
||||
|
||||
|
|
Loading…
Reference in a new issue