pull/2213/head
Thomas Kaul 10 months ago committed by GitHub
parent 3a500598c5
commit d2882b1119
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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