We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0954ccc commit 459c737Copy full SHA for 459c737
1 file changed
Dockerfile
@@ -9,6 +9,6 @@ RUN apt update && apt install -y \
9
FROM swipl
10
WORKDIR /app
11
COPY --from=builder /app/bin .
12
-EXPOSE 8080
+EXPOSE 8000
13
USER 10001
14
CMD ["swipl","-t","keep_running","-x","chemweb"]
0 commit comments