Spaces:
Runtime error
Runtime error
Commit
•
8959252
1
Parent(s):
1c58ca1
fixup! 👷 Use --host to expose app
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -10,4 +10,5 @@ RUN corepack enable
|
|
10 |
COPY --link --chown=1000 . .
|
11 |
|
12 |
RUN pnpm install
|
13 |
-
|
|
|
|
10 |
COPY --link --chown=1000 . .
|
11 |
|
12 |
RUN pnpm install
|
13 |
+
|
14 |
+
CMD pnpm --filter widgets dev --host
|