Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
|
@@ -26,6 +26,9 @@ ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
|
|
| 26 |
# Install Flowise globally
|
| 27 |
RUN npm install -g flowise
|
| 28 |
|
|
|
|
|
|
|
|
|
|
| 29 |
# # Configure Flowise directories using the ARG
|
| 30 |
RUN mkdir -p $FLOWISE_PATH/uploads && chmod -R 777 $FLOWISE_PATH
|
| 31 |
|
|
|
|
| 26 |
# Install Flowise globally
|
| 27 |
RUN npm install -g flowise
|
| 28 |
|
| 29 |
+
# Install AWS SDK for JavaScript
|
| 30 |
+
RUN npm install aws-sdk -g
|
| 31 |
+
|
| 32 |
# # Configure Flowise directories using the ARG
|
| 33 |
RUN mkdir -p $FLOWISE_PATH/uploads && chmod -R 777 $FLOWISE_PATH
|
| 34 |
|