|
@ -52,7 +52,6 @@ RUN yarn database:generate-typings |
|
|
# Image to run, copy everything needed from builder |
|
|
# Image to run, copy everything needed from builder |
|
|
FROM node:18-slim |
|
|
FROM node:18-slim |
|
|
|
|
|
|
|
|
# Labels |
|
|
|
|
|
LABEL org.opencontainers.image.source="https://github.com/ghostfolio/ghostfolio" |
|
|
LABEL org.opencontainers.image.source="https://github.com/ghostfolio/ghostfolio" |
|
|
|
|
|
|
|
|
RUN apt update && apt install -y \ |
|
|
RUN apt update && apt install -y \ |
|
|