mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-24 02:36:11 +10:00
exposing 8080 for websockets (preperation)
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user