Skip to content

Commit

Permalink
Fix exposed port
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryoverload authored Jul 28, 2024
1 parent 5e27ac5 commit 96cfc9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ WORKDIR /app

ENV PKHAX_PORT=9000
ENV PKHAX_PRIVATE_KEY_PATH=/app/private.key
EXPOSE 900
EXPOSE 9000

COPY --from=build /app/publish .

ENTRYPOINT ["./PKHaX"]
ENTRYPOINT ["./PKHaX"]

0 comments on commit 96cfc9d

Please sign in to comment.