diff --git a/Dockerfile b/Dockerfile index 2bccea8..415ec6d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,9 +44,6 @@ COPY --from=builder /app/.venv /app/.venv # Copy application files COPY . /app/ -# Delete Tests for production -RUN rm -rf /app/tests/ - # Expose port for the application EXPOSE 3000