Browse Source

renamed sql script; generic gruntfile run

tags/v0.1.0
Robin Thoni 7 years ago
parent
commit
5e3fa343d4

+ 1
- 2
frontend/Dockerfile View File

@@ -39,8 +39,7 @@ COPY ./frontend/ /tmp/frontend
39 39
 RUN cd /tmp/frontend && \
40 40
     npm install && \
41 41
     bower --allow-root install && \
42
-    grunt --gruntfile Gruntfile_global.js && \
43
-    grunt --gruntfile Gruntfile_app.js && \
42
+    for gruntfile in Gruntfile_*; do grunt --gruntfile "${gruntfile}"; done && \
44 43
     rmdir /var/www/html && \
45 44
     cp -r /tmp/frontend/build/release/ /var/www/html && \
46 45
     rm -rf /tmp/frontend

postgresql/docker-entrypoint-initdb.d/01_init.sql → postgresql/docker-entrypoint-initdb.d/01_luticate2_utils.sql View File


Loading…
Cancel
Save