Skip to content

Commit

Permalink
Update deploy-server.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBurger committed Feb 4, 2025
1 parent fb79582 commit 1a88854
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/docs/docs/studio/deploy-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN npm i
# Install Chrome
RUN npx remotion browser ensure
CMD ["npx", "remotion studio"]
CMD ["npx", "remotion", "studio"]
```

## Fly.io
Expand All @@ -65,8 +65,8 @@ To deploy the Remotion Studio to [Fly.io](https://fly.io):
- Make the following change to the `Dockerfile` (works from v4.0.125):

```diff
- CMD ["npx", "remotion studio"]
+ CMD ["npx", "remotion studio", "--ipv4"]
- CMD ["npx", "remotion", "studio"]
+ CMD ["npx", "remotion", "studio", "--ipv4"]
```

- Ensure you are on a paid plan (free plan has too little memory)
Expand Down

0 comments on commit 1a88854

Please sign in to comment.