Rename documentation files, simplify Dockerfile, update module exclusions and category IDs, remove unused software section and comments
This commit is contained in:
Jeddunk 2024-07-25 20:23:47 +02:00
parent 565b2adeb1
commit febb0b52d2
10 changed files with 13 additions and 40 deletions

View file

@ -9,5 +9,5 @@ RUN npm ci
COPY . ./
RUN npm run build
FROM nginx:stable-alpine${ALPINE_VERSION}
FROM nginx:stable-alpine${ALPINE_VERSION} AS production
COPY --from=builder /build-stage/build /usr/share/nginx/html/