Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -51,7 +51,7 @@ COPY ./assets /app/assets
|
|
| 51 |
# RUN hugo mod get
|
| 52 |
|
| 53 |
# Copy the theme into the /themes directory
|
| 54 |
-
COPY ./hugo-theme-stack /app/themes
|
| 55 |
|
| 56 |
# Build the Hugo site
|
| 57 |
RUN hugo
|
|
|
|
| 51 |
# RUN hugo mod get
|
| 52 |
|
| 53 |
# Copy the theme into the /themes directory
|
| 54 |
+
COPY ./hugo-theme-stack /app/themes
|
| 55 |
|
| 56 |
# Build the Hugo site
|
| 57 |
RUN hugo
|