Vault.Demo.hashicorp/angular/Dockerfile.local
2025-06-17 17:34:03 +05:30

5 lines
165 B
Docker

FROM nginx:alpine
WORKDIR /app
COPY dist/BookStore /usr/share/nginx/html
COPY dynamic-env.json /usr/share/nginx/html
COPY /nginx.conf /etc/nginx/conf.d/default.conf