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

Refactor SignallingWebServer to a single docker file #337

Merged
merged 3 commits into from
Jul 27, 2023

Conversation

Belchy06
Copy link
Collaborator

Relevant components:

  • Signalling server
  • Frontend library
  • Frontend UI library
  • Matchmaker
  • Platform scripts
  • SFU

Problem statement:

There currently exists two dockerfiles for the SignallingWebServer. One in the parent directory and one in platform_scripts/bash.

Solution

This PR removes the dockerfile from platform_scripts/bash and merges some of its contents to the file located in the parent directory.

Test Plan and Compatibility

Tested docker-build-cirrus.sh to ensure that images can still be built and then launched the script with docker-start-cirrus.sh to ensure we can still launch correctly.

@Belchy06 Belchy06 linked an issue Jul 27, 2023 that may be closed by this pull request
6 tasks
Copy link
Collaborator

@StomyPX StomyPX left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worked on my Linux machine, lgtm

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Refactor SignallingWebServer to a single docker file and create documentation
2 participants