File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 33 "build" : " DOCKER_BUILDKIT=1 docker build -f 'docker/localdev.Dockerfile' -t 'ghcr.io/proxyparty-caddy/localdev' --build-arg 'CADDY_VERSION=latest' . && docker run --rm -it -v $PWD/bin:/out ghcr.io/proxyparty-caddy/localdev" ,
44 "set-secret" : " pnpm run set-secret:prod" ,
55 "set-secret:prod" : " dotenvx set -f .env.production --" ,
6- "decrypt:prod" : " dotenvx decrypt -f .env.production --stdout -ek PROXYPARTY_ADMIN_TOKEN > .env.production.decrypted"
6+ "decrypt:prod" : " dotenvx decrypt -f .env.production --stdout -ek PROXYPARTY_ADMIN_TOKEN > .env.production.decrypted" ,
7+ "dev" : " dotenvx run -f .env.production -- caddy run --config ./config/caddy/landing_pages.Caddyfile --watch"
78 },
89 "devDependencies" : {
910 "@dotenvx/dotenvx" : " ^1.51.2"
You can’t perform that action at this time.
0 commit comments