Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -40,7 +40,7 @@ RUN useradd -m hugo && chown -R hugo:hugo /app
|
|
40 |
USER hugo
|
41 |
|
42 |
# Update Hugo modules
|
43 |
-
RUN hugo mod tidy
|
44 |
|
45 |
# Build the Hugo site with --noTimes
|
46 |
RUN hugo --noTimes
|
|
|
40 |
USER hugo
|
41 |
|
42 |
# Update Hugo modules
|
43 |
+
# RUN hugo mod tidy
|
44 |
|
45 |
# Build the Hugo site with --noTimes
|
46 |
RUN hugo --noTimes
|