Skip to content

Commit

Permalink
Rename env.production to .env.local in container
Browse files Browse the repository at this point in the history
This allows overriding environment variables while still inheriting
the default values in maproulette/maproulette3's .env file.
  • Loading branch information
jake-low committed Nov 12, 2024
1 parent 56ee14a commit 18eb9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN \
WORKDIR /maproulette-frontend

# This file is needed for the build process
COPY env.production .env
COPY env.production .env.local
COPY customLayers.json ./src/customLayers.json

# Build the Maproulette Frontend
Expand Down

0 comments on commit 18eb9e6

Please sign in to comment.