Remove useless line

This commit is contained in:
Jesse Wierzbinski 2024-04-09 03:04:06 -10:00
parent 78089fbbe7
commit 7439a5f2c7
No known key found for this signature in database

View file

@ -36,8 +36,6 @@ RUN apt-get update && apt-get install -y libvips
# Create app directory # Create app directory
RUN mkdir -p /app RUN mkdir -p /app
COPY --from=build /temp/dist /app/dist COPY --from=build /temp/dist /app/dist
# Sharp
COPY --from=build /temp/build /app/build
COPY entrypoint.sh /app COPY entrypoint.sh /app
LABEL org.opencontainers.image.authors "Gaspard Wierzbinski (https://cpluspatch.dev)" LABEL org.opencontainers.image.authors "Gaspard Wierzbinski (https://cpluspatch.dev)"