修改构建脚本

master
ModerRAS 3 years ago
parent d1f6279e20
commit 385cae1230

@ -6,4 +6,4 @@ COPY . /work/src
RUN bash entrypoint.sh
FROM nginx
COPY --from=build /work/src/output/** /usr/share/nginx/html/
COPY --from=build /work/src/output /usr/share/nginx/html
Loading…
Cancel
Save