fix: pin alpine version to 3.18 and add healthchecks

This commit is contained in:
Rainer Killinger
2024-03-06 11:45:40 +01:00
parent d36d9596fc
commit 689ac68be3
7 changed files with 17 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
# Creates a docker image with only the app as an executable unit
# Dependencies need to be installed beforehand
# Needs to be build beforehand
FROM node:18-alpine
FROM node:18-alpine3.18
WORKDIR /app
COPY www/ /app/www