ezzygame commited on
Commit
6901091
·
verified ·
1 Parent(s): 21625ec

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -52,7 +52,7 @@ ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
52
  # Install n8n globally
53
  RUN npm install -g n8n@2.14.0
54
 
55
- # Create necessary directories (<<<<< this is the line that was modified)
56
  RUN mkdir -p $BASE_PATH \
57
  && chmod -R 777 $BASE_PATH
58
 
 
52
  # Install n8n globally
53
  RUN npm install -g n8n@2.14.0
54
 
55
+ # Create necessary directories
56
  RUN mkdir -p $BASE_PATH \
57
  && chmod -R 777 $BASE_PATH
58