Source code of filesite.io. https://filesite.io
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
281 B

#!/bin/sh
docker stop machete
docker rm machete
docker rmi filesite/machete
## build filesite/machete:latest
docker build --no-cache -t filesite/machete -f ./Dockerfile .
## build filesite/machete:samba
##docker build --no-cache -t filesite/machete:samba -f ./Dockerfile_samba .