Spaces:
Sleeping
Sleeping
Commit
·
825cbd2
1
Parent(s):
6520667
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -21,8 +21,8 @@ COPY . /app
|
|
21 |
# install need packages specified in package.json
|
22 |
RUN npm install
|
23 |
|
24 |
-
# expose port
|
25 |
-
EXPOSE
|
26 |
|
27 |
# This allows Heroku bind its PORT the Apps port
|
28 |
# since Heroku needs to use its own PORT before the App can be made accessible to the World
|
|
|
21 |
# install need packages specified in package.json
|
22 |
RUN npm install
|
23 |
|
24 |
+
# expose port 7860 for acessing the app
|
25 |
+
EXPOSE 7860
|
26 |
|
27 |
# This allows Heroku bind its PORT the Apps port
|
28 |
# since Heroku needs to use its own PORT before the App can be made accessible to the World
|