Skip to content

Instantly share code, notes, and snippets.

@imyousuf
Last active March 18, 2018 09:34
Show Gist options
  • Save imyousuf/0e515fc9bcd5ff03f7967a1ea9f11128 to your computer and use it in GitHub Desktop.
Save imyousuf/0e515fc9bcd5ff03f7967a1ea9f11128 to your computer and use it in GitHub Desktop.
A script to setup and start the docker container for local development
#!/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