mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
8 lines
102 B
Docker
8 lines
102 B
Docker
FROM nginx:alpine
|
|
|
|
COPY nginx.conf /etc/nginx/nginx.conf
|
|
|
|
WORKDIR /usr/share/nginx/html
|
|
COPY dist/ .
|
|
|