Skip to content

Commit 459c737

Browse files
authored
Make default exposed port match app default port
1 parent 0954ccc commit 459c737

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ RUN apt update && apt install -y \
99
FROM swipl
1010
WORKDIR /app
1111
COPY --from=builder /app/bin .
12-
EXPOSE 8080
12+
EXPOSE 8000
1313
USER 10001
1414
CMD ["swipl","-t","keep_running","-x","chemweb"]

0 commit comments

Comments
 (0)