File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ COPY packages/happy-server/prisma packages/happy-server/prisma
2222COPY packages/happy-cli/scripts packages/happy-cli/scripts
2323COPY packages/happy-cli/tools packages/happy-cli/tools
2424
25- RUN SKIP_HAPPY_WIRE_BUILD=1 yarn install --frozen-lockfile --ignore-engines --network-timeout 600000
25+ RUN SKIP_HAPPY_WIRE_BUILD=1 yarn install --frozen-lockfile --ignore-engines
2626
2727# Stage 2: build the server
2828FROM deps AS builder
@@ -52,5 +52,5 @@ COPY --from=builder /repo/packages/happy-server /repo/packages/happy-server
5252# Expose the port the app will run on
5353EXPOSE 3000
5454
55- # Run migrations then start the server
56- CMD ["sh ", "-c ", "yarn --cwd packages/happy-server tsx sources/standalone.ts migrate && yarn --cwd packages/happy-server start"]
55+ # Command to run the application
56+ CMD ["yarn ", "--cwd ", "packages/happy-server", " start"]
You can’t perform that action at this time.
0 commit comments