GitHub Actions commited on
Commit
cdae994
·
1 Parent(s): 4849029

Update from GitHub

Browse files
Files changed (2) hide show
  1. Dockerfile +2 -1
  2. hp-solanaceae +1 -1
Dockerfile CHANGED
@@ -47,7 +47,8 @@ FROM nginx:alpine
47
  RUN rm /etc/nginx/nginx.conf
48
 
49
  # Replace with a custom minimal config
50
- COPY nginx-custom.conf /etc/nginx/nginx.conf
 
51
 
52
  # Copy Jekyll output
53
  COPY --from=0 /site/_site /usr/share/nginx/html
 
47
  RUN rm /etc/nginx/nginx.conf
48
 
49
  # Replace with a custom minimal config
50
+ WORKDIR /site
51
+ COPY ./nginx-custom.conf /etc/nginx/nginx.conf
52
 
53
  # Copy Jekyll output
54
  COPY --from=0 /site/_site /usr/share/nginx/html
hp-solanaceae CHANGED
@@ -1 +1 @@
1
- Subproject commit 967fd4f64471a5d5e657414d7be5e3915399136e
 
1
+ Subproject commit 484902978dc8f874c3b42786b99cc3772a911108