mirror of
https://github.com/DCsunset/taskwarrior-webui.git
synced 2025-08-23 20:46:42 +02:00
feat(docker): add docker build
This commit is contained in:
parent
83d6f1a13c
commit
380933e710
2 changed files with 39 additions and 0 deletions
5
docker/start.sh
Executable file
5
docker/start.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
mkdir -p /run/nginx
|
||||
cd /src/backend
|
||||
npm start &
|
||||
nginx -g 'daemon off;'
|
Loading…
Add table
Add a link
Reference in a new issue