Skip to content

Commit

Permalink
Merge pull request #170 from OkieOth/fix_docker_image
Browse files Browse the repository at this point in the history
update Dockerfile to add validateSchemas.py
  • Loading branch information
OkieOth authored Nov 4, 2024
2 parents 4bbc12b + 8885873 commit e898cc0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 6.8.1
* update Dockerfile to add 'validateSchemas' script

# 6.8.0
* add 'validateSchemas' script, to check for JSON issues in schemas

# 6.7.0
* add 'getProperty' function to modelFuncs

Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ADD createRandomData.py createRandomData.py
ADD randomDataServer.py randomDataServer.py
ADD customRandomConstraints.py customRandomConstraints.py
ADD validate.py validate.py
ADD validateSchemas.py validateSchemas.py
ADD version.txt version.txt
ADD requirements.txt requirements.txt
#ADD start_debug.sh start_debug.sh
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.8.0
6.8.1

0 comments on commit e898cc0

Please sign in to comment.