mirror of
https://github.com/versia-pub/server.git
synced 2026-03-12 21:39:15 +01:00
fix: 💚 Fix incorrect Dockerfile syntax
This commit is contained in:
parent
b53307c824
commit
40f9b46392
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ WORKDIR /temp/dist
|
|||
FROM oven/bun:1.1.29-alpine
|
||||
|
||||
# Install libstdc++ for Bun and create app directory
|
||||
RUN apk add --no-cache libstdc++^14.0.0 &&
|
||||
RUN apk add --no-cache libstdc++^14.0.0 && \
|
||||
mkdir -p /app
|
||||
|
||||
COPY --from=build /temp/dist /app/dist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue