We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8298f8f commit 12b022cCopy full SHA for 12b022c
frontend/Dockerfile
@@ -11,7 +11,6 @@ COPY server.js /app
11
RUN npm install
12
13
# Bundle app source
14
-COPY .env /app
15
COPY src/. /app/src
16
COPY public/. /app/public
17
0 commit comments