fix
This commit is contained in:
parent
a046f3e0da
commit
e7bd20eae9
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ RUN apt-get update && \
|
||||||
ENV GIT_TERMINAL_PROMPT=0
|
ENV GIT_TERMINAL_PROMPT=0
|
||||||
|
|
||||||
# Copy Go files
|
# Copy Go files
|
||||||
COPY go.mod go.sum .
|
COPY go.mod go.sum ./
|
||||||
COPY main.go .
|
COPY main.go .
|
||||||
|
|
||||||
# Download Go dependencies
|
# Download Go dependencies
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue