fixed Dockerfile

This commit is contained in:
Kai Jan Kriegel 2022-04-26 23:18:50 +02:00
parent 2c4b3c9cd0
commit ba99f6f131
2 changed files with 1 additions and 2 deletions

View File

@ -20,4 +20,4 @@ VOLUME /etc/bffh/
VOLUME /var/lib/bffh/
VOLUME /usr/local/lib/bffh/adapters/
EXPOSE 59661
ENTRYPOINT ["sh", "-c", "bffhd -c /etc/bffh/bffh.dhall --load=/etc/bffh; bffhd -c /etc/bffh/bffh.dhall"]
ENTRYPOINT ["sh", "-c", "bffhd -c /etc/bffh/bffh.dhall --load=/etc/bffh/users.toml; bffhd -c /etc/bffh/bffh.dhall"]

View File

@ -1,6 +1,5 @@
use capnp::capability::Promise;
use capnp_rpc::pry;
use libc::user;
use api::usersystem_capnp::user_system::{
info, manage,
self as system,