build: Remove test deletion step from Dockerfile.

main
Cizz22 2 weeks ago
parent ad897c908a
commit 2797d4c989

@ -44,9 +44,6 @@ COPY --from=builder /app/.venv /app/.venv
# Copy application files # Copy application files
COPY . /app/ COPY . /app/
# Delete Tests for production
RUN rm -rf /app/tests/
# Expose port for the application # Expose port for the application
EXPOSE 3000 EXPOSE 3000

Loading…
Cancel
Save