ADD: added ssl for deployment
This commit is contained in:
@@ -3,6 +3,8 @@ FROM node:22-alpine AS builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk add --no-cache openssl
|
||||
|
||||
COPY package*.json ./
|
||||
RUN npm ci
|
||||
|
||||
|
||||
+1
-1
@@ -20,7 +20,7 @@ services:
|
||||
retries: 5
|
||||
|
||||
app:
|
||||
build: .
|
||||
image: registry.henryathome.home64.de/henry/annasrechnungsmanager:latest
|
||||
container_name: annas_app
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user