mirror of
https://github.com/p-stream/backend.git
synced 2026-01-11 20:10:33 +00:00
Update Dockerfile
This commit is contained in:
parent
7af2e9e526
commit
77434c0598
1 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,9 @@ COPY package*.json ./
|
||||||
|
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
||||||
|
# Install curl for healthchecks (required by Coolify)
|
||||||
|
RUN apk add --no-cache curl
|
||||||
|
|
||||||
ARG DATABASE_URL
|
ARG DATABASE_URL
|
||||||
ARG DATABASE_URL_DOCKER
|
ARG DATABASE_URL_DOCKER
|
||||||
ARG META_NAME
|
ARG META_NAME
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue