Cleanup
Rename documentation files, simplify Dockerfile, update module exclusions and category IDs, remove unused software section and comments
This commit is contained in:
parent
565b2adeb1
commit
febb0b52d2
10 changed files with 13 additions and 40 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue