exposing 8080 for websockets (preperation)

This commit is contained in:
2019-04-25 22:42:24 +10:00
parent 464681fd20
commit f9b5512073

View File

@@ -6,6 +6,9 @@ WORKDIR /app
# app directory
COPY package.json /app
#for websockets
EXPOSE 8080/tcp
EXPOSE 8080/udp
RUN apt-get update \
&& apt-get clean \