Skip to content
Snippets Groups Projects
Commit e78e8f07 authored by yyvf's avatar yyvf
Browse files

ci: testing

parent 322216b8
No related branches found
No related tags found
No related merge requests found
Pipeline #41576 passed
...@@ -2,13 +2,14 @@ FROM node:latest AS build ...@@ -2,13 +2,14 @@ FROM node:latest AS build
WORKDIR /app WORKDIR /app
COPY . .
RUN apt-get update -y && apt-get install -y golang && \ RUN apt-get update -y && apt-get install -y golang && \
npm install postcss postcss-cli autoprefixer && \ npm install postcss postcss-cli autoprefixer && \
curl -L https://github.com/gohugoio/hugo/releases/download/v0.145.0/hugo_extended_0.145.0_linux-amd64.deb -o hugo.deb && \ curl -L https://github.com/gohugoio/hugo/releases/download/v0.145.0/hugo_extended_0.145.0_linux-amd64.deb -o hugo.deb && \
dpkg -i hugo.deb && \ dpkg -i hugo.deb
hugo
COPY . .
RUN hugo
FROM nginx:alpine FROM nginx:alpine
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment