Update base image to node:lts-slim
This commit is contained in:
parent
15b1b89f4f
commit
bf311d6252
@ -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 New Issue
Block a user