Skip to content

Commit

Permalink
Update Dockerfiles/Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Senthilkumar Panneerselvam <[email protected]>
  • Loading branch information
Ziip-dev and senthil10 authored May 20, 2024
1 parent b48a97e commit 0806260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN wget --quiet "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VER
tar xzf hugo_${HUGO_VERSION}_Linux-64bit.tar.gz && \
rm -r hugo_${HUGO_VERSION}_Linux-64bit.tar.gz && \
mv hugo /usr/bin && \
chmod 755 /usr/bin/hugo
chmod 755 /usr/bin/hugo && \
mkdir /target && \
hugo -d /target -e "${HUGO_ENV_ARG}"

Expand Down

0 comments on commit 0806260

Please sign in to comment.