mirror of
https://github.com/alangrainger/immich-public-proxy.git
synced 2024-12-28 03:41:58 +00:00
Update base image to node:lts-slim
This commit is contained in:
parent
15b1b89f4f
commit
bf311d6252
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
(async () => {
|
||||
require('dotenv').config()
|
||||
try {
|
||||
require('dotenv').config()
|
||||
const res = await fetch(process.env.PROXY_PUBLIC_URL + '/healthcheck')
|
||||
if (await res.text() === 'ok') {
|
||||
process.exit(0)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "immich-public-proxy",
|
||||
"version": "1.2.1",
|
||||
"version": "1.2.2",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"dev": "ts-node src/index.ts",
|
||||
|
|
Loading…
Reference in a new issue