Browse your source code 🧬
Quickly deploy self.dna
on your own host.
docker build -t self.dna .
UPLOADS_DIR="$(pwd)/uploads"
DB_DIR="$(pwd)/databases"
SELF_DNA_PORT="8050"
docker run -p ${SELF_DNA_PORT}:8050 -v ${UPLOADS_DIR}:/app/uploads -v ${DB_DIR}:/app/databases self.dna
Your self.dna
instance is reachable at http://localhost:8050 (or the port set by ${SELF_DNA_PORT}
).
This work is distributed under the Apache-2.0 license.
Copyright 2024 Alessandro Lussana