Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #123 from Belchy06/master
Browse files Browse the repository at this point in the history
Fix cirrus Dockerfile
  • Loading branch information
lukehb committed Feb 24, 2023
2 parents eb61688 + f23d2f0 commit bfce874
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SignallingWebServer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ FROM node:lts

# Copy the signalling server source code from the build context
COPY . /opt/SignallingWebServer
COPY . /opt/Frontend

# Install the dependencies for the signalling server
WORKDIR /opt/SignallingWebServer
RUN npm install .
RUN ./platform_scripts/bash/setup.sh --build

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

0 comments on commit bfce874

Please sign in to comment.