Skip to content

Commit e4ba3a6

Browse files
committed
Remove React app build step from Dockerfile
1 parent 0901ff6 commit e4ba3a6

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ WORKDIR /app
55

66
COPY . /app
77

8-
# Copy the React app build from the previous stage
9-
COPY --from=build /app/frontend/dist /app/frontend/dist
10-
118
RUN pip install --no-cache-dir -r requirements.txt
129

1310
RUN mkdir -p /app/puzzles && chown -R 777 /app/puzzles

0 commit comments

Comments
 (0)