mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 00:18:19 +01:00
Also add to other layer
This commit is contained in:
parent
94f91b41cd
commit
013f0b4459
|
|
@ -27,6 +27,8 @@ WORKDIR /temp/dist
|
|||
# Copy production dependencies and source code into final image
|
||||
FROM oven/bun:1.1.3-alpine
|
||||
|
||||
RUN apk add --no-cache libstdc++
|
||||
|
||||
# Create app directory
|
||||
RUN mkdir -p /app
|
||||
COPY --from=build /temp/dist /app/dist
|
||||
|
|
|
|||
Loading…
Reference in a new issue