Skip to content

Commit

Permalink
feat: added dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
anaik91 committed Jan 22, 2025
1 parent 1c54643 commit 25eb8e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# .dockerignore
sample
assets
2 changes: 1 addition & 1 deletion sample/inputs/opdk.input.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SOURCE_ORG=validate
SOURCE_AUTH_TYPE=basic
SOURCE_UI_URL=https://192.168.56.55/platform/
SOURCE_APIGEE_VERSION=OPDK
GCP_PROJECT_ID=sample-apigee-project-11
GCP_PROJECT_ID=sample-apigee-project-1
GCP_ENV_TYPE=ENVIRONMENT_TYPE_UNSPECIFIED
API_URL=https://apidocs.apigee.com/docs
TARGET_DIR=target
Expand Down
2 changes: 1 addition & 1 deletion sample/inputs/saas.input.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ QUALIFICATION_REPORT=qualification_report.xlsx
CSV_REPORT=report.csv

[visualize]
VISUALIZATION_GRAPH_FILE=visualization.html
VISUALIZATION_GRAPH_FILE=visualization.html

0 comments on commit 25eb8e4

Please sign in to comment.