Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Update yarn-docker (#53)
Browse files Browse the repository at this point in the history
Tear down the container state after it runs so state doesn't pile up and use up disk space.
  • Loading branch information
Josh Carrier authored and GitHub Enterprise committed Jun 2, 2017
1 parent 2b935fc commit 89befe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-docker
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

docker-compose build
docker-compose run --service-ports yamui yarn $@
docker-compose run --rm --service-ports yamui yarn $@

0 comments on commit 89befe4

Please sign in to comment.