Skip to content

Commit

Permalink
Rename env.production to .env.local in container (#100)
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 authored Nov 13, 2024
1 parent aef8224 commit fd5c176
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.production
COPY env.production .env.local
COPY customLayers.json ./src/customLayers.json

# Build the Maproulette Frontend
Expand Down

0 comments on commit fd5c176

Please sign in to comment.