hannabaker commited on
Commit
6f9a0fc
·
verified ·
1 Parent(s): 5dfcb2d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -35,7 +35,7 @@ RUN pip install --no-cache-dir -r requirements.txt
35
  # Copy frontend files and build
36
  COPY frontend/package*.json ./frontend/
37
  WORKDIR /app/frontend
38
- RUN npm ci --only=production
39
  COPY frontend/public ./public
40
  COPY frontend/src ./src
41
  RUN npm run build && \
 
35
  # Copy frontend files and build
36
  COPY frontend/package*.json ./frontend/
37
  WORKDIR /app/frontend
38
+ RUN npm install --omit=dev
39
  COPY frontend/public ./public
40
  COPY frontend/src ./src
41
  RUN npm run build && \