run filebrowser over ubuntu
This commit is contained in:
parent
16c4455d8d
commit
eeeea6b364
@ -1,7 +1,6 @@
|
|||||||
FROM alpine:latest
|
FROM ubuntu:latest
|
||||||
RUN apk --update add ca-certificates \
|
RUN apt update
|
||||||
mailcap \
|
RUN apt install -y ca-certificates sendmail curl
|
||||||
curl
|
|
||||||
|
|
||||||
HEALTHCHECK --start-period=2s --interval=5s --timeout=3s \
|
HEALTHCHECK --start-period=2s --interval=5s --timeout=3s \
|
||||||
CMD curl -f http://localhost:9091/health || exit 1
|
CMD curl -f http://localhost:9091/health || exit 1
|
||||||
|
|||||||
15444
frontend/package-lock.json
generated
15444
frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
24
http/package-lock.json
generated
Normal file
24
http/package-lock.json
generated
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"name": "http",
|
||||||
|
"lockfileVersion": 2,
|
||||||
|
"requires": true,
|
||||||
|
"packages": {
|
||||||
|
"": {
|
||||||
|
"dependencies": {
|
||||||
|
"rice": "^0.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/rice": {
|
||||||
|
"version": "0.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/rice/-/rice-0.0.0.tgz",
|
||||||
|
"integrity": "sha512-N3vbT6bX+lbu5BN5X+w6jpp0w7wzUJ9vwqvgxX4ftNAkIlk0Jr2pMLXjCKO4T2wIZVH3ISGx/924TId0WcKwXQ=="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"rice": {
|
||||||
|
"version": "0.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/rice/-/rice-0.0.0.tgz",
|
||||||
|
"integrity": "sha512-N3vbT6bX+lbu5BN5X+w6jpp0w7wzUJ9vwqvgxX4ftNAkIlk0Jr2pMLXjCKO4T2wIZVH3ISGx/924TId0WcKwXQ=="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
5
http/package.json
Normal file
5
http/package.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"dependencies": {
|
||||||
|
"rice": "^0.0.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user