Skip to content

Commit 22e743f

Browse files
committed
🚑 new name for reel-creator and proper start command
1 parent f7c3366 commit 22e743f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎packages/server/reel-creator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ RUN npx next build
2929
RUN yarn install --frozen-lockfile --production
3030

3131
# Start the application
32-
CMD ["yarn", "start"]
32+
CMD ["node", ".next/standalone/server.js"]

‎packages/server/reel-creator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "remotion-next-example",
2+
"name": "streameth-reel-creator",
33
"version": "0.1.0",
44
"private": true,
55
"author": {

0 commit comments

Comments
 (0)