AddBackendEngineerJob #17

Merged
steverusso merged 4 commits from AddBackendEngineerJob into master 2020-05-28 12:12:47 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 791849fddd - Show all commits

View File

@ -6,7 +6,7 @@ WORKDIR /src
# Get hugo -- using the edge branch to get latest version # Get hugo -- using the edge branch to get latest version
RUN sed -i -e 's/v[[:digit:]]\..*\//edge\//g' /etc/apk/repositories RUN sed -i -e 's/v[[:digit:]]\..*\//edge\//g' /etc/apk/repositories
RUN apk update && apk upgrade && \ RUN apk update && apk upgrade && \
apk add --no-cache hugo=0.71.0-r0 apk add --no-cache hugo=0.71.1-r0
# Run the development server # Run the development server
ENTRYPOINT hugo server --bind 0.0.0.0 ENTRYPOINT hugo server --bind 0.0.0.0

View File

@ -8,7 +8,7 @@ COPY . /src/
# Get hugo -- using the edge branch to get latest version # Get hugo -- using the edge branch to get latest version
RUN sed -i -e 's/v[[:digit:]]\..*\//edge\//g' /etc/apk/repositories RUN sed -i -e 's/v[[:digit:]]\..*\//edge\//g' /etc/apk/repositories
RUN apk update && apk upgrade && \ RUN apk update && apk upgrade && \
apk add --no-cache hugo=0.71.0-r0 apk add --no-cache hugo=0.71.1-r0
RUN hugo --minify RUN hugo --minify