6 lines
107 B
Bash
Executable File
6 lines
107 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
rm *~ -f
|
|
docker build -t mb.gbif.org:5000/postserve .
|
|
docker push mb.gbif.org:5000/postserve
|