diff --git a/docker/screenshot/Dockerfile b/docker/screenshot/Dockerfile index c9e10adc..f38196be 100644 --- a/docker/screenshot/Dockerfile +++ b/docker/screenshot/Dockerfile @@ -10,7 +10,7 @@ RUN gradle assemble FROM playwright WORKDIR /app COPY --from=builder /appHome/app/build/libs/app.jar screenshot.jar -COPY scripts/ scripts/ +COPY screenshots/scripts/ scripts/ RUN chmod u+x scripts/* ENTRYPOINT ["scripts/entrypoint.sh"]