Add PsTypeName post #14

Merged
OCram85 merged 12 commits from PSType into master 2022-03-17 11:43:18 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8639c17880 - Show all commits

View File

@ -6,7 +6,7 @@ WORKDIR /src
RUN npm install \
&& npm run build
FROM nginx:1.21.6-alpine
FROM nginx:1.21.6-alpine as prod
LABEL maintainer="marco.blessing@googlemail.com"
HEALTHCHECK --interval=15s --timeout=5s \
CMD wget --no-verbose --tries=1 --spider http://localhost:80/ || exit 1