Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin committed Dec 13, 2023
1 parent 076af6e commit 2f11195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ RUN rm -rf /tmp/carnapy

COPY examples /data

EXPOSE 8890
CMD cd /data; jupyter lab --allow-root --debug --port 8890 --no-browser
EXPOSE 80
CMD cd /data; jupyter lab --allow-root --port 80 --no-browser --ip='*'

0 comments on commit 2f11195

Please sign in to comment.