Skip to content

Commit

Permalink
Moved python-nameguard Dockerfile to api.nameguard.io directory (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
BanaSeba authored Oct 28, 2024
1 parent 0f5efb8 commit 393f112
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
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
1 change: 1 addition & 0 deletions apps/api.nameguard.io/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ provider:
images:
oss-nameguard:
path: ../../packages/nameguard-python/
file: ../../apps/api.nameguard.io/Dockerfile
platform: linux/arm64

plugins:
Expand Down

0 comments on commit 393f112

Please sign in to comment.