Skip to content

Commit 99f5e13

Browse files
Add documentation to important commands
1 parent 68313ed commit 99f5e13

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,18 @@ COPY package*.json ./
66

77
RUN npm install
88

9+
# Install Typescript dependecies
910
RUN npm install -g ts-node typescript
1011

1112
COPY . .
1213

1314
ENV PORT=8081
1415

16+
# HTTP Server Port
1517
EXPOSE 8081
1618

19+
# UDP Datagram Server Port
1720
EXPOSE 8080/udp
1821

22+
# Start Broker Server
1923
CMD [ "npm", "run", "server" ]

0 commit comments

Comments
 (0)