Skip to content

Commit 2b4b290

Browse files
committed
remove legacy copy config.json in Dockerfile
It's already in the build
1 parent 136cf78 commit 2b4b290

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shell-ui/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ FROM nginx:${NGINX_IMAGE_VERSION}
2424
WORKDIR /usr/share/nginx/html/
2525
RUN rm -rf ./*
2626
RUN mkdir shell
27-
COPY public/shell/config.json ./shell
2827
COPY --from=build-step /home/node/build ./shell
2928
COPY conf/nginx.conf /etc/nginx/conf.d/default.conf
3029
ENTRYPOINT [ "/docker-entrypoint.sh" ]

0 commit comments

Comments
 (0)