mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-06-02 17:34:51 +00:00
5 lines
134 B
Docker
5 lines
134 B
Docker
FROM nginx:alpine
|
|
LABEL version="1.2"
|
|
LABEL maintainer="Denys Vuika <denys.vuika@alfresco.com>"
|
|
COPY nginx.conf /etc/nginx/nginx.conf
|