Browse Source

Add link to repo in Dockerfile

pull/3477/head
coharms 1 year ago
parent
commit
0528d0ca48
  1. 4
      Dockerfile

4
Dockerfile

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

Loading…
Cancel
Save