Skip to content

Commit acb46cc

Browse files
committed
fix dockerfile
Signed-off-by: Jayadeep KM <kmjayadeep@gmail.com>
1 parent a60a5b4 commit acb46cc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ RUN go install github.com/swaggo/swag/cmd/swag@latest
1717
# Copy source code
1818
COPY cmd/ ./cmd/
1919
COPY internal/ ./internal/
20-
COPY pkg/ ./pkg/
2120
COPY web/ ./web/
2221

2322
# Generate Swagger docs and build
@@ -68,6 +67,6 @@ EXPOSE 8080
6867
ENV PUID=1000
6968
ENV PGID=1000
7069

71-
LABEL org.opencontainers.image.source "https://github.com/dotbinio/taskwarrior-api"
70+
LABEL org.opencontainers.image.source="https://github.com/dotbinio/taskwarrior-api"
7271

7372
ENTRYPOINT ["/app/entrypoint.sh"]

0 commit comments

Comments
 (0)