diff --git a/testing/dockerfile b/testing/dockerfile index 1d030df..4dd1495 100644 --- a/testing/dockerfile +++ b/testing/dockerfile @@ -11,7 +11,6 @@ RUN pip install --no-cache-dir jupyter COPY notebook.ipynb /app/ # Expose port 8000 -ENV PORT=3006 EXPOSE 8000 # Command to execute the notebook directly