7 lines
153 B
Bash
7 lines
153 B
Bash
|
# Production entry point for the frontend docker container
|
||
|
|
||
|
# Web Server
|
||
|
caddy start --config /app/Caddyfile
|
||
|
|
||
|
# Start Node Application
|
||
|
yarn start -p 3001
|