Last active
March 18, 2018 09:34
-
-
Save imyousuf/0e515fc9bcd5ff03f7967a1ea9f11128 to your computer and use it in GitHub Desktop.
A script to setup and start the docker container for local development
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
set -e | |
set -x | |
make setup-docker-dev | |
(cd web/img-mngr/ && au build --watch > /dev/null &) | |
go install | |
(cd dist/ && fs-image-manager ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment