mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
* dev tools extension project * code editor integration * latest editor, offline setup * override extension config (session only) * schema support * wire external plugins with experimental flag * update package scripts * sidebar extensions scaffold * propagate extension tabs to info drawer * separate tab components for info drawer * extensibility for info drawer * support tab icons
10 lines
184 B
Docker
10 lines
184 B
Docker
FROM nginx:alpine
|
|
LABEL version="1.3"
|
|
LABEL maintainer="Denys Vuika <denys.vuika@alfresco.com>"
|
|
|
|
COPY nginx.conf /etc/nginx/nginx.conf
|
|
|
|
WORKDIR /usr/share/nginx/html
|
|
COPY dist/app/ .
|
|
|