We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a60a5b4 commit acb46ccCopy full SHA for acb46cc
1 file changed
Dockerfile
@@ -17,7 +17,6 @@ RUN go install github.com/swaggo/swag/cmd/swag@latest
17
# Copy source code
18
COPY cmd/ ./cmd/
19
COPY internal/ ./internal/
20
-COPY pkg/ ./pkg/
21
COPY web/ ./web/
22
23
# Generate Swagger docs and build
@@ -68,6 +67,6 @@ EXPOSE 8080
68
67
ENV PUID=1000
69
ENV PGID=1000
70
71
-LABEL org.opencontainers.image.source "https://github.com/dotbinio/taskwarrior-api"
+LABEL org.opencontainers.image.source="https://github.com/dotbinio/taskwarrior-api"
72
73
ENTRYPOINT ["/app/entrypoint.sh"]
0 commit comments