Skip to content
Snippets Groups Projects
Commit a5c5fb7f authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

fixed secret name

parent ddda6ce0
No related branches found
No related tags found
No related merge requests found
FROM node:14.17.5 as development
VOLUME [ "/home/node/.npm", "/home/node/proxy" ]
RUN mkdir -p /home/node/.npm /home/node/proxy && \
VOLUME [ "/home/node/.npm", "/home/node/mgproxy" ]
RUN mkdir -p /home/node/.npm /home/node/mgproxy && \
chown -R node:node /home/node/
USER node:node
WORKDIR /home/node/proxy
WORKDIR /home/node/mgproxy
ADD build/node/entrypoint_dev.sh /usr/local/bin/entrypoint
ENTRYPOINT [ "/usr/local/bin/entrypoint" ]
......
......@@ -67,7 +67,7 @@ spec:
volumeMounts:
- name: env-files
mountPath: /mgproxy/mgproxy_app/.env
subPath: ENV_FILE
subPath: ENV_PRODUCTION
readOnly: true
- name: worker
securityContext:
......@@ -82,7 +82,7 @@ spec:
volumeMounts:
- name: env-files
mountPath: /mgproxy/mgproxy_app/.env
subPath: ENV_FILE
subPath: ENV_PRODUCTION
readOnly: true
ports:
- name: http
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment