We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c6060 commit 04ea75dCopy full SHA for 04ea75d
docker/Dockerfile
@@ -20,7 +20,6 @@ RUN useradd -m -u ${UID} ${USER}
20
COPY requirements.txt /cncnet-map-api
21
COPY requirements-dev.txt /cncnet-map-api
22
COPY web_entry_point.sh /cncnet-map-api
23
-COPY .env /cncnet-map-api/
24
25
# Set permissions and make script executable
26
RUN chmod +x /cncnet-map-api/web_entry_point.sh && \
0 commit comments