Natthathida commited on
Commit
079791f
·
verified ·
1 Parent(s): 565935b
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ WORKDIR /app
6
  COPY frontend .
7
 
8
  RUN npm i
9
- RUN npm run build
10
  RUN ls -al
11
  FROM python:3.10-slim AS backend
12
  WORKDIR /app
 
6
  COPY frontend .
7
 
8
  RUN npm i
9
+ RUN npm start
10
  RUN ls -al
11
  FROM python:3.10-slim AS backend
12
  WORKDIR /app