mirror of
https://github.com/sbondCo/Watcharr.git
synced 2026-06-23 04:10:07 +00:00
Dockerfile: Add comment to server copy command
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
FROM golang:1.25-alpine AS server
|
||||
|
||||
WORKDIR /server
|
||||
|
||||
# We can copy the whole server folder, since our .dockerignore file
|
||||
# will filter out stuff we don't want in the final image.
|
||||
COPY server/ ./
|
||||
|
||||
# Required so we can build with cgo
|
||||
|
||||
Reference in New Issue
Block a user