Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -26,7 +26,7 @@ RUN curl -L https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/
|
|
26 |
WORKDIR /app
|
27 |
|
28 |
# Copy the Hugo theme and all project files into the container
|
29 |
-
COPY ./themes/hugo-brewm /themes/hugo-brewm
|
30 |
COPY . .
|
31 |
|
32 |
# Ensure the /app directory (and subdirectories) are writable
|
|
|
26 |
WORKDIR /app
|
27 |
|
28 |
# Copy the Hugo theme and all project files into the container
|
29 |
+
# COPY ./themes/hugo-brewm /app/themes/hugo-brewm
|
30 |
COPY . .
|
31 |
|
32 |
# Ensure the /app directory (and subdirectories) are writable
|