diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-05-21 13:02:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-21 13:02:28 +0100 |
commit | 3fdb045116c9cd2f2a3badfebec0645d0381bacb (patch) | |
tree | b7ea52908f0f9676ccdfc7c24f46776d51ecbcfa /.dockerignore | |
parent | 91902df95d031861a65ffadc56aed702bb641e5b (diff) |
Docker Hub (#1053)
* Initial Docker Hub test
* Change upstream from for now
* Working polylith setup and build tools
* Some readme and other bits
* Remove the readme for now
* Add readme, rename a couple of things
* COPY instead of ADD
* Simplify component builds
* Fix the docker-compose things
* Build the base image again
* Update readme, add .dockerignore
* Indentation
* Whitespace
* Update images-push.sh
* Update images-push.sh
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 00000000..76547e9e --- /dev/null +++ b/.dockerignore @@ -0,0 +1,3 @@ +bin +*.wasm +.git
\ No newline at end of file |