Attempt 2
This commit is contained in:
@@ -26,10 +26,8 @@ RUN apk add --no-cache ca-certificates
|
||||
## Final build
|
||||
# Get
|
||||
COPY --from=builder /web-server/build ./build/
|
||||
COPY ./build/stylesheet.css ./layouts/
|
||||
COPY ./src/layouts ./layouts/
|
||||
COPY ./config ./config/
|
||||
COPY ./shared.env ./config/shared.env
|
||||
COPY ./src/layouts ./layouts
|
||||
COPY ./.env ./config/.env
|
||||
|
||||
# Run
|
||||
CMD ["./build/web_server"]
|
||||
|
||||
Reference in New Issue
Block a user