We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 139b0dc commit 3b4d608Copy full SHA for 3b4d608
replace_release_build
@@ -1,7 +1,9 @@
1
#!/bin/bash
2
3
+#alfred version v1.3.4 -> needs to be changed to the one currently used by refinery if nessecary
4
+
5
echo -ne 'building container...'
-docker build -t kernai/alfred:v1.3.5 -f Dockerfile . #> /dev/null 2>&1
6
+docker build -t kernai/alfred:v1.3.4 -f Dockerfile . #> /dev/null 2>&1
7
echo -ne '\t\t [done]\n'
8
9
echo -ne 'start refinery like normal (the tag was replaced)'
update.py
util/constants.py
@@ -1,3 +1,4 @@
+# paths are inside the container so the volume needs to be connected
BACKUP_DIR = "/refinery/backup"
CONNECTION_STRING = "postgresql://postgres:onetask@graphql-postgres:5432"
DOCKER_COMPOSE = "/refinery/docker-compose.yml"
0 commit comments