use alpine

This commit is contained in:
2023-09-15 18:37:01 +02:00
parent 5c84af12ea
commit 94e8d03aa2

View File

@@ -5,6 +5,6 @@ RUN npm ci
COPY . ./
RUN npm run build
FROM nginx
FROM nginx:alpine
COPY --from=build /app/dist /usr/share/nginx/html
COPY nginx.conf /etc/nginx/conf.d/default.conf