Browse Source

Clean up (#2206)

pull/2213/head
Thomas Kaul 1 year ago
committed by GitHub
parent
commit
d2882b1119
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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