This commit is contained in:
@@ -49,8 +49,10 @@ jobs:
|
|||||||
|
|
||||||
cat > /workspace/image/Dockerfile <<'DOCKER'
|
cat > /workspace/image/Dockerfile <<'DOCKER'
|
||||||
FROM nginx:alpine
|
FROM nginx:alpine
|
||||||
|
RUN rm -rf /usr/share/nginx/html/*
|
||||||
COPY . /usr/share/nginx/html/
|
COPY . /usr/share/nginx/html/
|
||||||
DOCKER
|
DOCKER
|
||||||
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: workspace
|
- name: workspace
|
||||||
mountPath: /workspace
|
mountPath: /workspace
|
||||||
|
|||||||
Reference in New Issue
Block a user