mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fix the path for the docker image (#5839)
This commit is contained in:
@@ -111,6 +111,7 @@ jobs:
|
||||
|
||||
- stage: Update Rancher
|
||||
name: Update Rancher
|
||||
before_script: ./scripts/ci/utils/artifact-from-s3.sh -a "$S3_DBP_FOLDER/alfresco-demoshell.tar.bz2" -o "./dist/demo-shell"
|
||||
script: ./scripts/travis/deploy/deploy.sh
|
||||
|
||||
- stage: Deploy PR
|
||||
|
@@ -1,10 +1,12 @@
|
||||
FROM nginx:stable-alpine
|
||||
LABEL version="3.0.0"
|
||||
|
||||
ARG PROJECT_NAME=demo-shell
|
||||
|
||||
COPY ./docker/nginx.conf /etc/nginx/nginx.conf
|
||||
COPY ./docker/entrypoint.sh /
|
||||
|
||||
WORKDIR /usr/share/nginx/html
|
||||
COPY demo-shell/dist/ .
|
||||
COPY dist/$PROJECT_NAME .
|
||||
|
||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||
|
Reference in New Issue
Block a user