Changes to docker file
This commit is contained in:
@@ -8,7 +8,10 @@ pkg/
|
||||
.gitea/
|
||||
|
||||
# Ignore environment files (configure via docker-compose instead)
|
||||
.env*
|
||||
.env
|
||||
.env.sample
|
||||
.env.docker
|
||||
.env.docker.sample
|
||||
|
||||
# Ignore IDE/editor specific files
|
||||
.idea/
|
||||
|
@@ -34,7 +34,7 @@ RUN --mount=type=ssh mkdir src && \
|
||||
# Copy the actual source code
|
||||
COPY src ./src
|
||||
# If you have other directories like `templates` or `static`, copy them too
|
||||
COPY .env ./.env
|
||||
COPY .env.docker ./.env
|
||||
COPY migrations ./migrations
|
||||
|
||||
# << --- SSH MOUNT ADDED HERE --- >>
|
||||
|
Reference in New Issue
Block a user