adjust the compose stuff slightly
This commit is contained in:
parent
0b6c4c8095
commit
b359b1686b
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
app:
|
||||
build: .
|
||||
command: java -jar /yenu/app.jar
|
||||
environment:
|
||||
TZ: "Europe/Berlin"
|
||||
ports:
|
||||
- "127.0.0.1:80:3000"
|
||||
volumes:
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
{% script "/assets/jquery/jquery.min.js" %}
|
||||
{% script "/assets/tether/dist/js/tether.min.js" %}
|
||||
{% script "/assets/bootstrap/js/bootstrap.min.js" %}
|
||||
{% script "/js/main.js?v2" %}
|
||||
{% script "/js/main.js?v3" %}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
Loading…
Reference in a new issue