change docker image
This commit is contained in:
parent
f16a153af8
commit
b0ec97992e
@ -1,11 +1,8 @@
|
||||
image: alpine:edge
|
||||
image: yusdacra/website:latest
|
||||
|
||||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
|
||||
before_script:
|
||||
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing zola
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
|
3
docker/Dockerfile
Normal file
3
docker/Dockerfile
Normal file
@ -0,0 +1,3 @@
|
||||
FROM alpine:edge
|
||||
RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing zola
|
||||
|
Loading…
Reference in New Issue
Block a user