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

Commit

Permalink
Merge branch 'UE5.3' into master
Browse files Browse the repository at this point in the history
Signed-off-by: mcottontensor <80377552+mcottontensor@users.noreply.github.com>
  • Loading branch information
mcottontensor authored Sep 12, 2023
2 parents 9fd9c06 + 8b25630 commit eb5313b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Frontend/library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epicgames-ps/lib-pixelstreamingfrontend-ue5.3",
"version": "0.0.1",
"version": "0.0.3",
"description": "Frontend library for Unreal Engine 5.3 Pixel Streaming",
"main": "dist/lib-pixelstreamingfrontend.js",
"module": "dist/lib-pixelstreamingfrontend.esm.js",
Expand Down
6 changes: 3 additions & 3 deletions Frontend/ui-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epicgames-ps/lib-pixelstreamingfrontend-ui-ue5.3",
"version": "0.0.1",
"version": "0.0.4",
"description": "Reference frontend UI library for Unreal Engine 5.3 Pixel Streaming - gives the stock look and feel.",
"main": "dist/lib-pixelstreamingfrontend-ui.js",
"module": "dist/lib-pixelstreamingfrontend-ui.esm.js",
Expand All @@ -16,7 +16,7 @@
"spellcheck": "cspell \"{README.md,.github/*.md,src/**/*.ts}\""
},
"devDependencies": {
"@epicgames-ps/lib-pixelstreamingfrontend-ue5.3": "^0.0.1",
"@epicgames-ps/lib-pixelstreamingfrontend-ue5.3": "^0.0.3",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"cspell": "^4.1.0",
Expand All @@ -34,7 +34,7 @@
"jss-plugin-global": "^10.9.2"
},
"peerDependencies": {
"@epicgames-ps/lib-pixelstreamingfrontend-ue5.3": "^0.0.1"
"@epicgames-ps/lib-pixelstreamingfrontend-ue5.3": "^0.0.3"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.0.4
5 changes: 1 addition & 4 deletions SignallingWebServer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# Use the current Long Term Support (LTS) version of Node.js
FROM node:lts

# Copy the signalling server and frontend source code from the build context
COPY /SignallingWebServer /SignallingWebServer
COPY /Frontend /Frontend

# Install the dependencies for the signalling server and build the frontend
RUN SignallingWebServer/platform_scripts/bash/setup.sh --build

# Expose TCP ports 80 and 443 for player WebSocket connections and web server HTTP(S) access
EXPOSE 80
EXPOSE 443
Expand All @@ -30,4 +27,4 @@ EXPOSE 3478
EXPOSE 3479

# Set the signalling server as the container's entrypoint
ENTRYPOINT ["/usr/local/bin/node", "/SignallingWebServer/cirrus.js"]
ENTRYPOINT ["/usr/local/bin/node", "/SignallingWebServer/cirrus.js"]
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ pushd "${BASH_LOCATION}" > /dev/null
# When run from SignallingWebServer/platform_scripts/bash, this uses the SignallingWebServer directory
# as the build context so the Cirrus files can be successfully copied into the container image
docker build --network=host -t 'cirrus-webserver:latest' -f "${BASH_LOCATION}/../../Dockerfile" "${BASH_LOCATION}/../../.."

0 comments on commit eb5313b

Please sign in to comment.