From 3fa0eb1135455e795c0e198163f6918a0cfde17f Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sat, 5 Aug 2023 14:36:19 +0200 Subject: [PATCH] Clean up --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 928db52ca..91b2cd3e6 100644 --- a/Dockerfile +++ b/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" ]