Fixed port

This commit is contained in:
konrad 2018-12-13 15:53:02 +01:00
parent 491ef7076c
commit 4975d09a3f
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ RUN go build -mod=vendor .
FROM alpine:3.7
LABEL maintainer="maintainers@vikunja.io"
EXPOSE 3456
EXPOSE 8080
RUN apk --no-cache add \
bash \