We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb61688 + f23d2f0 commit bfce874Copy full SHA for bfce874
1 file changed
SignallingWebServer/Dockerfile
@@ -3,10 +3,11 @@ FROM node:lts
3
4
# Copy the signalling server source code from the build context
5
COPY . /opt/SignallingWebServer
6
+COPY . /opt/Frontend
7
8
# Install the dependencies for the signalling server
9
WORKDIR /opt/SignallingWebServer
-RUN npm install .
10
+RUN ./platform_scripts/bash/setup.sh --build
11
12
# Expose TCP ports 80 and 443 for player WebSocket connections and web server HTTP(S) access
13
EXPOSE 80
0 commit comments