We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 136cf78 commit 2b4b290Copy full SHA for 2b4b290
shell-ui/Dockerfile
@@ -24,7 +24,6 @@ FROM nginx:${NGINX_IMAGE_VERSION}
24
WORKDIR /usr/share/nginx/html/
25
RUN rm -rf ./*
26
RUN mkdir shell
27
-COPY public/shell/config.json ./shell
28
COPY --from=build-step /home/node/build ./shell
29
COPY conf/nginx.conf /etc/nginx/conf.d/default.conf
30
ENTRYPOINT [ "/docker-entrypoint.sh" ]
0 commit comments