Skip to content

Commit bfce874

Browse files
authored
Merge pull request #123 from Belchy06/master
Fix cirrus Dockerfile
2 parents eb61688 + f23d2f0 commit bfce874

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

SignallingWebServer/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ FROM node:lts
33

44
# Copy the signalling server source code from the build context
55
COPY . /opt/SignallingWebServer
6+
COPY . /opt/Frontend
67

78
# Install the dependencies for the signalling server
89
WORKDIR /opt/SignallingWebServer
9-
RUN npm install .
10+
RUN ./platform_scripts/bash/setup.sh --build
1011

1112
# Expose TCP ports 80 and 443 for player WebSocket connections and web server HTTP(S) access
1213
EXPOSE 80

0 commit comments

Comments
 (0)