OhMyDitzzy commited on
Commit
d953e15
·
1 Parent(s): b0ec244

Fix: docker

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN npm install
13
  COPY src ./src
14
  COPY components.json ./
15
 
16
- RUN npm run build
17
 
18
  EXPOSE 7860
19
  ENV PORT=7860
 
13
  COPY src ./src
14
  COPY components.json ./
15
 
16
+ RUN npx tsx _build/script.ts
17
 
18
  EXPOSE 7860
19
  ENV PORT=7860