mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
7 lines
123 B
Docker
7 lines
123 B
Docker
FROM nginx:alpine
|
|
|
|
COPY demo-shell/nginx.conf /etc/nginx/nginx.conf
|
|
|
|
WORKDIR /usr/share/nginx/html
|
|
COPY demo-shell/dist/ .
|