Browse Source

Clean up

pull/2206/head
Thomas 2 years ago
parent
commit
3fa0eb1135
  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