mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
Remove useless line
This commit is contained in:
parent
78089fbbe7
commit
7439a5f2c7
|
|
@ -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)"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue