morrispetris
Results
2
issues of
morrispetris
how to build ssf for aarch64?
I followed the instructions to deploy the docker: `git clone https://github.com/acmenlei/codecv.git` `cd codecv/` `docker build -t codecv:v1 .` `docker run -d -t -p 8080:80 --name codecv --restart=always codecv:v1` When I...