Fixed Dockerfile

This commit is contained in:
2024-01-22 02:23:43 +02:00
parent 4f50819f92
commit f2c84fb6b2
2 changed files with 8 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ ENV GO111MODULE=on
ENV DIST_DIR=/app
# Create the directory and set it as the working directory
WORKDIR $DIST_DIR
WORKDIR /app
# Copy the Go files and download dependencies
COPY go.mod go.sum ./