Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -9,7 +9,7 @@ COPY w_env.ts /app/server/env.ts
|
|
| 9 |
RUN npm install
|
| 10 |
RUN --mount=type=secret,id=API_KEY,mode=0444,required=true \
|
| 11 |
echo "GOOGLE_API_KEY=$(cat /run/secrets/API_KEY)" > /app/config/.env
|
| 12 |
-
RUN cat /app/config/.env
|
| 13 |
RUN chmod -R 777 /app/node_modules/
|
| 14 |
#RUN npm run build
|
| 15 |
# Start the server by default, this can be overwritten at runtime
|
|
|
|
| 9 |
RUN npm install
|
| 10 |
RUN --mount=type=secret,id=API_KEY,mode=0444,required=true \
|
| 11 |
echo "GOOGLE_API_KEY=$(cat /run/secrets/API_KEY)" > /app/config/.env
|
| 12 |
+
#RUN cat /app/config/.env
|
| 13 |
RUN chmod -R 777 /app/node_modules/
|
| 14 |
#RUN npm run build
|
| 15 |
# Start the server by default, this can be overwritten at runtime
|