AstraOS commited on
Commit
d6233ad
·
verified ·
1 Parent(s): 567dd0f

Update Dockerfile

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