Move docker images to ubuntu (#620)

* Move docker images to ubuntu

Co-authored-by: Michael Nutt <michael@nuttnet.net>
This commit is contained in:
Andrew Calcutt
2022-10-05 09:11:03 -04:00
committed by GitHub
parent 38604c0a45
commit f8a0ab6d3c
5 changed files with 116 additions and 69 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ trap refresh HUP
if ! which -- "${1}"; then
# first arg is not an executable
xvfb-run -a --server-args="-screen 0 1024x768x24" -- node /app/ -p 80 "$@" &
xvfb-run -a --server-args="-screen 0 1024x768x24" -- node /usr/src/app/ -p 80 "$@" &
# Wait exits immediately on signals which have traps set. Store return value and wait
# again for all jobs to actually complete before continuing.
wait $! || RETVAL=$?