Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -13,6 +13,8 @@ RUN npm install
|
|
| 13 |
# Expose the port the app will run on (3000 by default)
|
| 14 |
EXPOSE 7860
|
| 15 |
|
|
|
|
|
|
|
| 16 |
# Copy configuration file and set user/password
|
| 17 |
COPY config/index.js /app/config/index.js
|
| 18 |
|
|
|
|
| 13 |
# Expose the port the app will run on (3000 by default)
|
| 14 |
EXPOSE 7860
|
| 15 |
|
| 16 |
+
RUN ls
|
| 17 |
+
|
| 18 |
# Copy configuration file and set user/password
|
| 19 |
COPY config/index.js /app/config/index.js
|
| 20 |
|