[discourse-web/flathub] Actually install init-assets.sh
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [discourse-web/flathub] Actually install init-assets.sh
- Date: Fri, 18 Sep 2020 12:36:24 +0000 (UTC)
commit a4956c0b43bb7371af31eefbe6a5682a9c2733ac
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Fri Sep 18 14:36:19 2020 +0200
Actually install init-assets.sh
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index 3c39141..01236c8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -40,7 +40,7 @@ RUN exec bundle install --deployment --jobs 4 --without test --without developme
exec bundle exec rake maxminddb:get && \
find /discourse/vendor/bundle -name tmp -type d -exec rm -rf {} +
-COPY ["cgroup-limits","init-dbmigration.sh","run-discourse.sh","run-nginx.sh","run-redis.sh","./"]
+COPY ["cgroup-limits","init-dbmigration.sh","run-discourse.sh","run-nginx.sh","run-redis.sh",
"init-assets.sh", "./"]
RUN chmod +x ./run-discourse.sh ./run-nginx.sh ./run-redis.sh ./init-dbmigration.sh && \
chgrp -R 0 /discourse && chmod -R g=u /discourse && \
chmod +x /discourse/config/unicorn_launcher
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]