Help needed to deploy Hugo app
Does anyone have a resource on how to deploy Hugo on railway. It doesn’t detect it automatically and there are no resources online
Solution:Jump to solution
Inside the
Dockerfile
, use an official Hugo image or configure the environment with Hugo. For example:
```Dockerfile
FROM klakegg/hugo:latest AS hugo
WORKDIR /app...4 Replies
Project ID:
d6086f89-0c70-4a8a-ba8a-8d28c7ba158d
d6086f89-0c70-4a8a-ba8a-8d28c7ba158d
Solution
Inside the
Dockerfile
, use an official Hugo image or configure the environment with Hugo. For example:
Thanks. I forgot to update the thread but yea I used a dockerfile to deploy it