Abhinav633 commited on
Commit
5cc11e2
·
verified ·
1 Parent(s): 7721e79

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ WORKDIR /app/frontend
3
  COPY frontend/package.json ./
4
  RUN npm install
5
  COPY frontend/ ./
6
- # rebuild frontend with updated API_BASE
7
  RUN npm run build
8
 
9
  FROM python:3.11-slim
 
3
  COPY frontend/package.json ./
4
  RUN npm install
5
  COPY frontend/ ./
6
+ # rebuild v2
7
  RUN npm run build
8
 
9
  FROM python:3.11-slim