peertube
Namekuji 2023-01-15 13:31:07 -05:00
rodzic f323b7459e
commit b050c7c7c9
3 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -25,6 +25,7 @@ WORKDIR /audon
COPY --from=0 /workspace/dist /audon/audon-fe/dist COPY --from=0 /workspace/dist /audon/audon-fe/dist
COPY --from=1 /workspace/audon-bin /audon/ COPY --from=1 /workspace/audon-bin /audon/
COPY /workspace/locales /audon/locales
RUN echo "Etc/UTC" > /etc/localtime && \ RUN echo "Etc/UTC" > /etc/localtime && \
apt-get update && apt-get upgrade -y && \ apt-get update && apt-get upgrade -y && \

Wyświetl plik

@ -29,7 +29,7 @@
{% end %} {% end %}
</head> </head>
<body> <body>
<div id="app" data-version='0.1.0-alpha3'></div> <div id="app" data-version='0.1.1'></div>
<script type="module" src="/src/main.js"></script> <script type="module" src="/src/main.js"></script>
</body> </body>
</html> </html>

Wyświetl plik

@ -1,6 +1,6 @@
{ {
"name": "audon-fe", "name": "audon-fe",
"version": "0.1.0-alpha3", "version": "0.1.1",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "cp -v index.dev.html index.html && vite", "dev": "cp -v index.dev.html index.html && vite",