Skip to content

Commit

Permalink
chore(Dockerfile)🛠️: Remove unnecessary commands from Dockerfile
Browse files Browse the repository at this point in the history
- Deleted the command to build documentation during the container build process.
- Removed the Python HTTP server setup and related commands.
  • Loading branch information
ericmjl committed Mar 4, 2025
1 parent b01a155 commit 5022fa0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,3 @@ RUN pixi run python -m ipykernel install --user --name nams
# Build docs in the container in this step
COPY mkdocs.yml /app/mkdocs.yml
COPY notebooks /app/notebooks
RUN pixi run build-docs

# Run Python web server to serve up static files
EXPOSE 80
ENTRYPOINT python -m http.server 80 -d site/

0 comments on commit 5022fa0

Please sign in to comment.