Spaces:
Build error
Build error
GitHub Actions
commited on
Commit
·
5d3248e
1
Parent(s):
dcc8d89
Update from GitHub
Browse files- Dockerfile +1 -1
- hp-solanaceae +1 -1
Dockerfile
CHANGED
|
@@ -45,7 +45,7 @@ COPY --chown=jekyll:jekyll . .
|
|
| 45 |
RUN jekyll build
|
| 46 |
|
| 47 |
# Use a lightweight web server to serve the static files
|
| 48 |
-
FROM alpine
|
| 49 |
RUN apk add --no-cache nginx
|
| 50 |
COPY --from=builder /site/_site /var/www/html
|
| 51 |
|
|
|
|
| 45 |
RUN jekyll build
|
| 46 |
|
| 47 |
# Use a lightweight web server to serve the static files
|
| 48 |
+
FROM nginx:alpine
|
| 49 |
RUN apk add --no-cache nginx
|
| 50 |
COPY --from=builder /site/_site /var/www/html
|
| 51 |
|
hp-solanaceae
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
Subproject commit
|
|
|
|
| 1 |
+
Subproject commit dcc8d893bf9a87da43be244cda47cec32f58d6ee
|