#Help needed to deploy Hugo app
5 messages · Page 1 of 1 (latest)
Project ID: d6086f89-0c70-4a8a-ba8a-8d28c7ba158d
d6086f89-0c70-4a8a-ba8a-8d28c7ba158d
Inside the Dockerfile, use an official Hugo image or configure the environment with Hugo. For example:
FROM klakegg/hugo:latest AS hugo
WORKDIR /app
COPY . .
RUN hugo
Thanks. I forgot to update the thread but yea I used a dockerfile to deploy it