Skip to content

Commit

Permalink
move Docker to apps
Browse files Browse the repository at this point in the history
  • Loading branch information
djstrong committed Oct 21, 2024
1 parent a48997c commit 7f2994f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/api.nameguard.io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"NameHash"
],
"scripts": {
"deploy:prod": "DOCKER_CONFIG=../../packages/nameguard-python/.docker serverless deploy --stage prod",
"deploy:staging": "DOCKER_CONFIG=../../packages/nameguard-python/.docker serverless deploy --stage staging"
"deploy:prod": "DOCKER_CONFIG=./.docker serverless deploy --stage prod",
"deploy:staging": "DOCKER_CONFIG=./.docker serverless deploy --stage staging"
},
"dependencies": {
"serverless": "3.39.0"
Expand Down

0 comments on commit 7f2994f

Please sign in to comment.