mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-25 03:06:11 +10:00
exposing 8080 for websockets (preperation)
This commit is contained in:
@@ -6,6 +6,9 @@ WORKDIR /app
|
|||||||
# app directory
|
# app directory
|
||||||
COPY package.json /app
|
COPY package.json /app
|
||||||
|
|
||||||
|
#for websockets
|
||||||
|
EXPOSE 8080/tcp
|
||||||
|
EXPOSE 8080/udp
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
|
|||||||
Reference in New Issue
Block a user