coyotte508 HF staff commited on
Commit
8959252
β€’
1 Parent(s): 1c58ca1

fixup! πŸ‘· Use --host to expose app

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -10,4 +10,5 @@ RUN corepack enable
10
  COPY --link --chown=1000 . .
11
 
12
  RUN pnpm install
13
- RUN pnpm --filter widgets dev --host
 
 
10
  COPY --link --chown=1000 . .
11
 
12
  RUN pnpm install
13
+
14
+ CMD pnpm --filter widgets dev --host