Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -14,7 +14,8 @@ RUN apt update -y && apt install -y sudo npm
|
|
| 14 |
# Set the user for subsequent commands
|
| 15 |
COPY --chown=user ./index.js index.js
|
| 16 |
# Install Node.js dependencies
|
| 17 |
-
RUN npm i express telegraf axios
|
|
|
|
| 18 |
|
| 19 |
# Copy the rest of the application code to the working directory and set the owner to user
|
| 20 |
COPY --chown=user . /app
|
|
|
|
| 14 |
# Set the user for subsequent commands
|
| 15 |
COPY --chown=user ./index.js index.js
|
| 16 |
# Install Node.js dependencies
|
| 17 |
+
RUN npm i express telegraf axios @sasmeee/igdl
|
| 18 |
+
|
| 19 |
|
| 20 |
# Copy the rest of the application code to the working directory and set the owner to user
|
| 21 |
COPY --chown=user . /app
|