Spaces:
Build error
Build error
GitHub Actions
commited on
Commit
·
daff860
1
Parent(s):
825a7e1
Update from GitHub
Browse files- Dockerfile +1 -0
- hp-solanaceae +1 -1
- nginx-custom.conf +2 -0
Dockerfile
CHANGED
@@ -61,5 +61,6 @@ COPY ./nginx-custom.conf /etc/nginx/nginx.conf
|
|
61 |
|
62 |
# Copy Jekyll output
|
63 |
COPY --from=0 /site/_site /usr/share/nginx/html
|
|
|
64 |
EXPOSE 8080
|
65 |
|
|
|
61 |
|
62 |
# Copy Jekyll output
|
63 |
COPY --from=0 /site/_site /usr/share/nginx/html
|
64 |
+
# Use 8080 as per nginx-conf
|
65 |
EXPOSE 8080
|
66 |
|
hp-solanaceae
CHANGED
@@ -1 +1 @@
|
|
1 |
-
Subproject commit
|
|
|
1 |
+
Subproject commit 825a7e1ae5f2714e08cef67a1a73787847fd816f
|
nginx-custom.conf
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
worker_processes auto;
|
2 |
|
3 |
events {
|
|
|
1 |
+
pid /tmp/nginx.pid;
|
2 |
+
|
3 |
worker_processes auto;
|
4 |
|
5 |
events {
|