0.2.2 (#33)
Reviewed-on: #33 Co-authored-by: Felipe Contreras Salinas <felipe@bstr.cl> Co-committed-by: Felipe Contreras Salinas <felipe@bstr.cl>
This commit is contained in:
parent
d593d0a6ab
commit
4ccdb389ac
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -670,7 +670,7 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "huellas"
|
name = "huellas"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"axum",
|
"axum",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "huellas"
|
name = "huellas"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "AGPL-3.0"
|
license = "AGPL-3.0"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ WORKDIR /usr/src/huellas/ts-client/
|
||||||
RUN npm ci
|
RUN npm ci
|
||||||
|
|
||||||
# Transpile and delete the first line of jvascript ts-client
|
# Transpile and delete the first line of jvascript ts-client
|
||||||
RUN tsc && RUN sed -i '1d' build/client.js
|
RUN tsc && sed -i '1d' build/client.js
|
||||||
|
|
||||||
# Minify static files
|
# Minify static files
|
||||||
COPY static /usr/src/huellas/static/
|
COPY static /usr/src/huellas/static/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue