Skip to content

Commit

Permalink
Merge pull request #4 from binaryoverload/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbarrow authored Aug 2, 2024
2 parents decd7f9 + fb10235 commit 271571a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ ENV PKHAX_PORT=9000
ENV PKHAX_PRIVATE_KEY_PATH=/app/private.key
EXPOSE 9000

RUN apt-get -y update && apt-get install -y libicu-dev libssl-dev

COPY --from=build /app/publish .

ENTRYPOINT ["./PKHaX"]

0 comments on commit 271571a

Please sign in to comment.