Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -45,6 +45,8 @@ USER hugo
|
|
45 |
# Build the Hugo site with --noTimes
|
46 |
# RUN hugo --noTimes
|
47 |
|
|
|
|
|
48 |
# Expose the port the Hugo server will use
|
49 |
EXPOSE 7860
|
50 |
|
|
|
45 |
# Build the Hugo site with --noTimes
|
46 |
# RUN hugo --noTimes
|
47 |
|
48 |
+
RUN hugo --destination /app/public
|
49 |
+
|
50 |
# Expose the port the Hugo server will use
|
51 |
EXPOSE 7860
|
52 |
|