Spaces:
Build error
Build error
GitHub Actions
commited on
Commit
·
cdae994
1
Parent(s):
4849029
Update from GitHub
Browse files- Dockerfile +2 -1
- 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 |
-
|
|
|
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
|
|
|
1 |
+
Subproject commit 484902978dc8f874c3b42786b99cc3772a911108
|