Skip to content

Commit

Permalink
Make default exposed port match app default port
Browse files Browse the repository at this point in the history
  • Loading branch information
npaun authored Nov 22, 2019
1 parent 0954ccc commit 459c737
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 @@ -9,6 +9,6 @@ RUN apt update && apt install -y \
FROM swipl
WORKDIR /app
COPY --from=builder /app/bin .
EXPOSE 8080
EXPOSE 8000
USER 10001
CMD ["swipl","-t","keep_running","-x","chemweb"]

0 comments on commit 459c737

Please sign in to comment.