All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
5 lines
174 B
Docker
5 lines
174 B
Docker
FROM cgr.dev/chainguard/glibc-dynamic
|
|
COPY veloren /opt/veloren
|
|
VOLUME ["/opt/veloren/userdata","/opt/veloren/assets/plugins"]
|
|
ENTRYPOINT ["/opt/veloren/veloren-server-cli"]
|