From 4975d09a3fc80277946055df1573b8b6912208e0 Mon Sep 17 00:00:00 2001 From: konrad Date: Thu, 13 Dec 2018 15:53:02 +0100 Subject: [PATCH] Fixed port --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3b9c0cf..89847ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \