Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -50,5 +50,6 @@ EXPOSE 7860
|
|
50 |
|
51 |
# Start the Hugo server with --noTimes (and other flags)
|
52 |
# CMD ["hugo", "server", "--bind", "0.0.0.0", "--port", "7860", "--appendPort=true", "--disableFastRender", "--bind=127.0.0.1", "baseURL=https://astraos-test.hf.space/"]
|
|
|
53 |
# CMD ["hugo", "server", "--bind", "0.0.0.0", "--port", "7860", "--appendPort=false", "--disableFastRender", "--noBuildLock", "--noTimes", "--bind=127.0.0.1"]
|
54 |
CMD ["hugo", "server", "--bind", "0.0.0.0", "--port", "7860", "--disableFastRender"]
|
|
|
50 |
|
51 |
# Start the Hugo server with --noTimes (and other flags)
|
52 |
# CMD ["hugo", "server", "--bind", "0.0.0.0", "--port", "7860", "--appendPort=true", "--disableFastRender", "--bind=127.0.0.1", "baseURL=https://astraos-test.hf.space/"]
|
53 |
+
# CMD ["hugo", "server", "--bind", "0.0.0.0", "--port", "7860", "--appendPort=true", "--disableFastRender", "--noBuildLock", "--noTimes", "--bind=127.0.0.1", "baseURL=https://astraos-dev.hf.space/"]
|
54 |
# CMD ["hugo", "server", "--bind", "0.0.0.0", "--port", "7860", "--appendPort=false", "--disableFastRender", "--noBuildLock", "--noTimes", "--bind=127.0.0.1"]
|
55 |
CMD ["hugo", "server", "--bind", "0.0.0.0", "--port", "7860", "--disableFastRender"]
|