Skip to content

Commit 0954ccc

Browse files
authored
Remove PORT environment variable to allow configuration at deploy-time
1 parent 32aed90 commit 0954ccc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ FROM swipl
1010
WORKDIR /app
1111
COPY --from=builder /app/bin .
1212
EXPOSE 8080
13-
ENV PORT 8080
1413
USER 10001
1514
CMD ["swipl","-t","keep_running","-x","chemweb"]

0 commit comments

Comments
 (0)