Skip to content

Commit

Permalink
Merge pull request #38
Browse files Browse the repository at this point in the history
  • Loading branch information
james-callahan committed May 9, 2024
2 parents 2a7d78b + 28afb41 commit 4145d16
Show file tree
Hide file tree
Showing 11 changed files with 76 additions and 2,655 deletions.
7 changes: 1 addition & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,11 @@ COPY auth /usr/share/nginx/recovery
COPY export /usr/share/nginx/export
COPY import /usr/share/nginx/import

# prod
EXPOSE 8080/tcp
EXPOSE 8081/tcp
EXPOSE 8082/tcp
EXPOSE 8083/tcp

# preprod
EXPOSE 7070/tcp
EXPOSE 7071/tcp
EXPOSE 7072/tcp
EXPOSE 7073/tcp
WORKDIR /usr/share/nginx

CMD ["nginx"]
Loading

0 comments on commit 4145d16

Please sign in to comment.