Spaces:
Sleeping
Sleeping
YYou3 commited on
Commit ·
7bb8d6f
1
Parent(s): 9bb3d3d
expose
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -4,6 +4,6 @@ WORKDIR "/app"
|
|
| 4 |
|
| 5 |
COPY ./ ./
|
| 6 |
RUN npm i
|
| 7 |
-
|
| 8 |
ENTRYPOINT ["node"]
|
| 9 |
CMD ["./index.ts", "--port", "80"]
|
|
|
|
| 4 |
|
| 5 |
COPY ./ ./
|
| 6 |
RUN npm i
|
| 7 |
+
EXPOSE 80
|
| 8 |
ENTRYPOINT ["node"]
|
| 9 |
CMD ["./index.ts", "--port", "80"]
|