mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 03:07:52 +01:00
Improve Docker installation (#152)
This commit is contained in:
committed by
GitHub
parent
6198d814d8
commit
fd3665cce6
11
docker-entrypoint-dev.sh
Executable file
11
docker-entrypoint-dev.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
sh docker-entrypoint.sh
|
||||
|
||||
# Needed to avoid "webpack-dev-server not found" error
|
||||
yarn install --check-files
|
||||
|
||||
# Launch Rails server and webpack-dev-server using Foreman
|
||||
foreman start -p 3000
|
||||
Reference in New Issue
Block a user