Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -17,7 +17,7 @@ RUN chmod -R 777 /home/node/TEST-API
|
|
| 17 |
|
| 18 |
RUN yarn install --network-concurrency 1
|
| 19 |
|
| 20 |
-
EXPOSE
|
| 21 |
|
| 22 |
ENV NODE_ENV=production
|
| 23 |
|
|
|
|
| 17 |
|
| 18 |
RUN yarn install --network-concurrency 1
|
| 19 |
|
| 20 |
+
EXPOSE 7860
|
| 21 |
|
| 22 |
ENV NODE_ENV=production
|
| 23 |
|