Based Docker image on alpine to have a smaller (and faster to build) image

This commit is contained in:
Eliot Berriot 2019-01-21 13:54:46 +01:00
parent 385bc29705
commit 0d461bef5e
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
6 changed files with 70 additions and 69 deletions

View file

@ -1,3 +1,3 @@
#!/bin/bash
#!/bin/sh
set -e
exec "$@"