Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ RUN git clone https://github.com/jokyo02/nodsydney .
|
|
11 |
RUN npm install
|
12 |
|
13 |
# Expose the port that your application is listening on
|
14 |
-
EXPOSE
|
15 |
|
16 |
# Start the application
|
17 |
CMD ["node", "src/index.js"]
|
|
|
11 |
RUN npm install
|
12 |
|
13 |
# Expose the port that your application is listening on
|
14 |
+
EXPOSE 7860
|
15 |
|
16 |
# Start the application
|
17 |
CMD ["node", "src/index.js"]
|