mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-23 13:35:12 +03:00
commit
fb5167a3c8
1
frontend/dist/assets/icons/help-circle.svg
vendored
Executable file
1
frontend/dist/assets/icons/help-circle.svg
vendored
Executable file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-help-circle"><circle cx="12" cy="12" r="10"></circle><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path><line x1="12" y1="17" x2="12.01" y2="17"></line></svg>
|
After Width: | Height: | Size: 365 B |
BIN
frontend/dist/assets/icons/zun.png
vendored
Executable file
BIN
frontend/dist/assets/icons/zun.png
vendored
Executable file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
BIN
frontend/dist/favicon.ico
vendored
BIN
frontend/dist/favicon.ico
vendored
Binary file not shown.
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 17 KiB |
BIN
frontend/dist/favicon_f.ico
vendored
Executable file
BIN
frontend/dist/favicon_f.ico
vendored
Executable file
Binary file not shown.
After Width: | Height: | Size: 9.4 KiB |
2
frontend/dist/index.js
vendored
2
frontend/dist/index.js
vendored
File diff suppressed because one or more lines are too long
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -eu
|
||||
|
||||
DOCKER_IMAGE=dannadori/voice-changer:20221104_040941
|
||||
DOCKER_IMAGE=dannadori/voice-changer:20221104_062009
|
||||
#DOCKER_IMAGE=voice-changer
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM dannadori/voice-changer-internal:20221104_031451 as front
|
||||
FROM dannadori/voice-changer-internal:20221104_061809 as front
|
||||
FROM debian:bullseye-slim as base
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
Loading…
Reference in New Issue
Block a user