Skip to content

Commit 7bc3fcb

Browse files
Merge pull request #4 from liam-middlebrook/develop
Gallery-1.0.0
2 parents cd2410e + 465aeee commit 7bc3fcb

36 files changed

Lines changed: 2105 additions & 135 deletions

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,6 @@ ENV/
9090

9191
config.py
9292
data.db
93+
94+
# Pycharm
95+
.idea/

.openshift/liveness_check.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/sh
2+
ls /gallery-data/thumbnails
3+
4+
exit $?

0 commit comments

Comments
 (0)