Skip to content

Commit

Permalink
expose 8080 (was 5454)
Browse files Browse the repository at this point in the history
  • Loading branch information
lathoub committed Sep 19, 2024
1 parent 1c074cd commit a0f8fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ COPY local*.yml ./
ENV VERSION=1.2.3
ENV DATA_PATH=/home/node/okapi/data

EXPOSE 5454
EXPOSE 8080

CMD [ "node", "src/index.js" ]

0 comments on commit a0f8fc1

Please sign in to comment.