mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Add Sharp build files to Dockerfile
This commit is contained in:
parent
8eb6fba897
commit
c85218ee9a
1 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,8 @@ FROM oven/bun:1.1.2-slim
|
||||||
# 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…
Add table
Add a link
Reference in a new issue