From d2882b1119f3811ce5fe92e46a9952527bcefd6b Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 6 Aug 2023 08:31:48 +0200 Subject: [PATCH] Clean up (#2206) --- 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" ]