AstraOS commited on
Commit
fff3513
·
verified ·
1 Parent(s): 0092ef1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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