Skip to content

Commit

Permalink
docker: expose HTTPS port
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAnno committed Oct 29, 2024
1 parent def4720 commit 740c908
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,7 +32,7 @@ ARG APP=/usr/src/openwec
ARG DATA=/var/lib/openwec/data
ARG DB=/var/lib/openwec/db

EXPOSE 5985
EXPOSE 5985 5986
ENV APP_USER=openwec

RUN apk upgrade --no-cache && apk add --no-cache \
Expand Down

0 comments on commit 740c908

Please sign in to comment.