Skip to content
Snippets Groups Projects
Commit c79ab3e5 authored by Florentin Labelle's avatar Florentin Labelle
Browse files

Update service

parent 2750c6a7
No related branches found
No related tags found
No related merge requests found
......@@ -4,9 +4,9 @@ StartLimitIntervalSec=0
[Service]
Type=simple
ExecStart=python3 -m uvicorn server:app --port 80 --host 0.0.0.0
ExecStart=python3 -m uvicorn calculator.server:app --port 80 --host 0.0.0.0
User=root
WorkingDirectory=/var/www/cicd/calculator
WorkingDirectory=/var/www/cicd
[Install]
WantedBy=multi-user.target
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment