diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 9494c52..ca3f8cf 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -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