Browse Source

Clean up (#2206)

pull/5027/head
Thomas Kaul 2 years ago
committed by dandevaud
parent
commit
e56308b08b
  1. 2
      Dockerfile

2
Dockerfile

@ -58,4 +58,4 @@ RUN apt update && apt install -y \
COPY --from=builder /ghostfolio/dist/apps /ghostfolio/apps
WORKDIR /ghostfolio/apps/api
EXPOSE ${PORT:-3333}
CMD [ "yarn", "start:production" ]
CMD [ "yarn", "start:production" ]

Loading…
Cancel
Save