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