aboutsummaryrefslogtreecommitdiff
path: root/docker-entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker-entrypoint.sh')
-rw-r--r--docker-entrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh
index 9cc00d1..f6347a2 100644
--- a/docker-entrypoint.sh
+++ b/docker-entrypoint.sh
@@ -16,4 +16,4 @@ mkdir -p ${DOWNLOAD_DIR} ${STATE_DIR}
chown -R ${UID}:${GID} /app ${DOWNLOAD_DIR} ${STATE_DIR}
-gosu ${USER} python3 app/main.py \ No newline at end of file
+gosu ${USER} python3 app/main.py
bgstack15