Skip to content
This repository was archived by the owner on Dec 28, 2024. It is now read-only.

Commit 2994936

Browse files
committed
Tweak go build command in Dockerfile
1 parent c5cf2a2 commit 2994936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ COPY common common
1414

1515
ARG DAY
1616
COPY solutions/day${DAY} solutions/day${DAY}
17-
RUN go build -o app solutions/day${DAY}/*
17+
RUN go build -o app ./solutions/day${DAY}
1818
EXPOSE 3000
1919

2020
HEALTHCHECK \

0 commit comments

Comments
 (0)