Skip to content

Commit

Permalink
ci(docker): clean web sources after build
Browse files Browse the repository at this point in the history
  • Loading branch information
EliotAmn committed Jan 16, 2025
1 parent 289f8f4 commit c99ed5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ RUN npm run build
WORKDIR /app
RUN mkdir -p /app/dashboard_build && \
mv /app/web/build/* /app/dashboard_build


# Delete the web directory
RUN rm -rf /app/web

# Default environment variables
ENV PYTHONPATH=/app \
Expand Down

0 comments on commit c99ed5f

Please sign in to comment.