1
0
Fork 0
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:
Alan Grainger 2024-10-31 19:24:39 +01:00
parent 15b1b89f4f
commit bf311d6252
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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",