Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #10 from erpya/feature/#CI-Expose-Port
Browse files Browse the repository at this point in the history
Expose default port
  • Loading branch information
yamelsenih authored Apr 6, 2023
2 parents 1f7650d + 1d4bd0e commit ffbd72d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ COPY docker/adempiere-middleware /opt/apps/server
COPY docker/env.yaml /opt/apps/server/env.yaml
COPY docker/start.sh /opt/apps/server/start.sh

EXPOSE ${SERVER_PORT}

# timezone
ENV TZ America/Caracas

Expand Down
2 changes: 2 additions & 0 deletions docker/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ COPY docker/adempiere-middleware /opt/apps/server
COPY docker/env.yaml /opt/apps/server/env.yaml
COPY docker/start.sh /opt/apps/server/start.sh

EXPOSE ${SERVER_PORT}

# timezone
ENV TZ America/Caracas

Expand Down

0 comments on commit ffbd72d

Please sign in to comment.