Skip to content

Commit

Permalink
Added Server app path
Browse files Browse the repository at this point in the history
  • Loading branch information
kemboi22 committed May 31, 2024
1 parent 016069c commit cbe011f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/systemd/user/opensign-server.service
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ExecStartPre=-runagent discover-smarthost
ExecStart=/usr/bin/podman run --conmon-pidfile %t/opensign-app.pid \
--cidfile %t/opensign-app.ctr-id --cgroups=no-conmon \
--pod-id-file %t/opensign.pod-id --replace -d --name opensign-app \
--volume ./apps/OpenSignServer/:/usr/src/app:Z \
--volume server-app:/usr/src/app:Z \
--volume /usr/src/app/node_modules:Z \
--env=APP_ID=${APP_ID} \
--env=appName=${appName} \
Expand Down

0 comments on commit cbe011f

Please sign in to comment.