lein do clean, uberjar
docker build -t andrewslai .
Against the cloud
docker run -v$HOME/.aws:/root/.aws:ro \
--env-file=.env.docker.aws \
-p 5000:5000 andrewslai
(To start the container and )docker run -d --rm --env-file=.env.aws -p 5000:5000 andrewslai
Against local DB
docker run -d --rm --network host --env-file=.env.docker.local -p 5000:5000 andrewslai
./scripts/deployment/push-to-ecr
./scripts/deployment/deploy-image
lein release
./scripts/deployment/deploy-image
Can you improve this documentation? These fine people already did:
Andrew Lai & ALai57Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close