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

Update Dockerfile

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