Also add to other layer

This commit is contained in:
Jesse Wierzbinski 2024-04-14 02:19:04 -10:00
parent 94f91b41cd
commit 013f0b4459
No known key found for this signature in database

View file

@ -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