Separate Python and Rust into python/ and rust/ with per-stack Dockerfiles
This commit is contained in:
4
rust/docker-entrypoint.sh
Normal file
4
rust/docker-entrypoint.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
exec /usr/local/bin/myfsio-server
|
||||
Reference in New Issue
Block a user