GitHub Actions commited on
Commit
daff860
·
1 Parent(s): 825a7e1

Update from GitHub

Browse files
Files changed (3) hide show
  1. Dockerfile +1 -0
  2. hp-solanaceae +1 -1
  3. 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 3e55abc282adba16d17c35b98e3ea30e7dd3af16
 
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 {