Closed 35C4n0r closed 10 months ago
Documentation mentions make docker will make the docker image, but the docker target is missing from the Makefile.
make docker
Makefile
Docker image gets built successfully.
Also after running docker-compose build and docker-compose up manually image is built with no error logs
docker-compose build
docker-compose up
layer5io-docs-site-1 | hugo: downloading modules … layer5io-docs-site-1 | hugo: collected modules in 29274 ms layer5io-docs-site-1 | Start building sites … layer5io-docs-site-1 | hugo v0.111.3-5d4eb5154e1fed125ca8e9b5a0315c4180dab192+extended linux/amd64 BuildDate=2023-03-12T11:40:50Z VendorInfo=hugoguru layer5io-docs-site-1 | layer5io-docs-site-1 | | EN layer5io-docs-site-1 | -------------------+----- layer5io-docs-site-1 | Pages | 1 layer5io-docs-site-1 | Paginator pages | 0 layer5io-docs-site-1 | Non-page files | 5 layer5io-docs-site-1 | Static files | 58 layer5io-docs-site-1 | Processed images | 0 layer5io-docs-site-1 | Aliases | 0 layer5io-docs-site-1 | Sitemaps | 0 layer5io-docs-site-1 | Cleaned | 0 layer5io-docs-site-1 | layer5io-docs-site-1 | Built in 5010 ms layer5io-docs-site-1 | Watching for changes in /src/{assets,content,layouts,package.json,static} layer5io-docs-site-1 | Watching for config changes in /src/hugo.toml, /src/go.mod layer5io-docs-site-1 | Environment: "DEV" layer5io-docs-site-1 | Serving pages from memory layer5io-docs-site-1 | Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender layer5io-docs-site-1 | Web Server is available at http://localhost:1313/ (bind address 0.0.0.0) layer5io-docs-site-1 | Press Ctrl+C to stop
but visiting https://localhost:1313 shows Page Not Found
Page Not Found
hey @theBeginner86 can you assign this issue to me??
@vaibhavpnimkar any updates?
working! will raise pr soon 🚀
hey i have fixed the issue plz have look @abhijeetgauravm
Current Behavior
Documentation mentions
make docker
will make the docker image, but the docker target is missing from theMakefile
.Expected Behavior
Docker image gets built successfully.
Screenshots/Logs
Also after running
docker-compose build
anddocker-compose up
manually image is built with no error logsbut visiting https://localhost:1313 shows
Page Not Found
Environment
Contributor Guides and Resources