diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8fcc874..99c7f0b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: diff --git a/docker/Dockerfile b/docker/Dockerfile new file mode 100644 index 0000000..c8d3ce0 --- /dev/null +++ b/docker/Dockerfile @@ -0,0 +1,3 @@ +FROM alpine:edge +RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing zola +