mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
Add Sharp build files to Dockerfile
This commit is contained in:
parent
8eb6fba897
commit
c85218ee9a
|
|
@ -33,6 +33,8 @@ FROM oven/bun:1.1.2-slim
|
|||
# Create app directory
|
||||
RUN mkdir -p /app
|
||||
COPY --from=build /temp/dist /app/dist
|
||||
# Sharp
|
||||
COPY --from=build /temp/build /app/build
|
||||
COPY entrypoint.sh /app
|
||||
|
||||
LABEL org.opencontainers.image.authors "Gaspard Wierzbinski (https://cpluspatch.dev)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue