@ -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