From 0f9c1c85aa6696be0dda288e257f9811b85b8a8b Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 4 Oct 2024 17:25:00 +0100 Subject: [PATCH] 7 --- apps/frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/Dockerfile b/apps/frontend/Dockerfile index b70d4eb..478f963 100644 --- a/apps/frontend/Dockerfile +++ b/apps/frontend/Dockerfile @@ -37,4 +37,4 @@ COPY --from=installer --chown=nextjs:nodejs /app/apps/frontend/.next/standalone COPY --from=installer --chown=nextjs:nodejs /app/apps/frontend/.next/static ./apps/frontend/.next/static COPY --from=installer --chown=nextjs:nodejs /app/apps/frontend/public ./apps/frontend/public -CMD node /app/apps/frontend/server.js \ No newline at end of file +CMD node apps/frontend/server.js \ No newline at end of file