You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run -v $(pwd):/app -w /app kennethjiang/octoprint-slicer:latest python setup.py develop #This is in Dockerfile but somehow doesn't seem to work?!!
docker run -p 5000:5000 -v $(pwd):/app kennethjiang/octoprint-slicer:latest