Reduce docker image size (#394)
Reduce docker image size based on: https://cadu.dev/reduce-your-docker-images-an-example-with-ruby/
This commit is contained in:
parent
7c4cc68561
commit
434d6c2656
6 changed files with 71 additions and 23 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
rm -rf /app/tmp/pids/server.pid
|
||||
|
@ -17,4 +17,4 @@ done
|
|||
|
||||
echo "Ready to run webpack development server."
|
||||
|
||||
exec "$@"
|
||||
exec "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue