Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -8,9 +8,9 @@ RUN npm install --production
|
|
| 8 |
|
| 9 |
COPY . .
|
| 10 |
|
| 11 |
-
EXPOSE
|
| 12 |
|
| 13 |
-
ENV PORT=
|
| 14 |
ENV NODE_ENV=production
|
| 15 |
|
| 16 |
CMD ["node", "index.js"]
|
|
|
|
| 8 |
|
| 9 |
COPY . .
|
| 10 |
|
| 11 |
+
EXPOSE 7860
|
| 12 |
|
| 13 |
+
ENV PORT=7860
|
| 14 |
ENV NODE_ENV=production
|
| 15 |
|
| 16 |
CMD ["node", "index.js"]
|