mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
upgrade script and dockerfile polishing (#315)
* fix upgrade script * fix dockerfile lint issues
This commit is contained in:
parent
d197fedb4d
commit
cbc0039887
@ -1,4 +1,6 @@
|
|||||||
FROM nginx:alpine
|
FROM nginx:alpine
|
||||||
|
LABEL version="1.2"
|
||||||
|
LABEL maintainer="Denys Vuika <denys.vuika@alfresco.com>"
|
||||||
|
|
||||||
COPY nginx.conf /etc/nginx/nginx.conf
|
COPY nginx.conf /etc/nginx/nginx.conf
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ eval libs=( "core"
|
|||||||
#"insights"
|
#"insights"
|
||||||
)
|
)
|
||||||
|
|
||||||
cd `dirname $0`/..
|
cd ${DIR}/..
|
||||||
|
|
||||||
prefix="@alfresco/adf-"
|
prefix="@alfresco/adf-"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user