4c6ec411b12cf9df2b90f030a1c21b0ed22e6a76
masterproject
build the dockerfile with: docker build -t slaeforms .
run the container on port 8000 with: docker run -d -p 8000:8000 slaeforms
export the container: docker save -o slaeforms.tar slaforms:latest
Pushing code from desktop to leafblade:
See remotes: git remote -v
git push leafblade working //push working branch
then create a pull request on leafblade and merge everything
Description
Languages
HTML
60.2%
Python
23.3%
CSS
8.6%
JavaScript
7.9%