mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 00:46:07 +00:00
add license to docker
This commit is contained in:
@@ -16,6 +16,9 @@ RUN go mod download
|
||||
# Copy the source from the current directory to the Working Directory inside the container
|
||||
COPY ./src ./src
|
||||
|
||||
# Copy License
|
||||
COPY LICENSE .
|
||||
|
||||
# Build the Go app
|
||||
RUN go build -trimpath -ldflags="-s -w" -o bin/argon ./src
|
||||
|
||||
|
||||
Reference in New Issue
Block a user