Update base image to node:lts-slim
This commit is contained in:
parent
15b1b89f4f
commit
bf311d6252
@ -1,6 +1,6 @@
|
|||||||
(async () => {
|
(async () => {
|
||||||
require('dotenv').config()
|
|
||||||
try {
|
try {
|
||||||
|
require('dotenv').config()
|
||||||
const res = await fetch(process.env.PROXY_PUBLIC_URL + '/healthcheck')
|
const res = await fetch(process.env.PROXY_PUBLIC_URL + '/healthcheck')
|
||||||
if (await res.text() === 'ok') {
|
if (await res.text() === 'ok') {
|
||||||
process.exit(0)
|
process.exit(0)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "immich-public-proxy",
|
"name": "immich-public-proxy",
|
||||||
"version": "1.2.1",
|
"version": "1.2.2",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "ts-node src/index.ts",
|
"dev": "ts-node src/index.ts",
|
||||||
|
Loading…
Reference in New Issue
Block a user