This repository was archived by the owner on Mar 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +6
-10
lines changed Expand file tree Collapse file tree 5 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @epicgames-ps/lib-pixelstreamingfrontend-ue5.3" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.0.3 " ,
44 "description" : " Frontend library for Unreal Engine 5.3 Pixel Streaming" ,
55 "main" : " dist/lib-pixelstreamingfrontend.js" ,
66 "module" : " dist/lib-pixelstreamingfrontend.esm.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @epicgames-ps/lib-pixelstreamingfrontend-ui-ue5.3" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.0.4 " ,
44 "description" : " Reference frontend UI library for Unreal Engine 5.3 Pixel Streaming - gives the stock look and feel." ,
55 "main" : " dist/lib-pixelstreamingfrontend-ui.js" ,
66 "module" : " dist/lib-pixelstreamingfrontend-ui.esm.js" ,
1616 "spellcheck" : " cspell \" {README.md,.github/*.md,src/**/*.ts}\" "
1717 },
1818 "devDependencies" : {
19- "@epicgames-ps/lib-pixelstreamingfrontend-ue5.3" : " ^0.0.1 " ,
19+ "@epicgames-ps/lib-pixelstreamingfrontend-ue5.3" : " ^0.0.3 " ,
2020 "@typescript-eslint/eslint-plugin" : " ^5.16.0" ,
2121 "@typescript-eslint/parser" : " ^5.16.0" ,
2222 "cspell" : " ^4.1.0" ,
3434 "jss-plugin-global" : " ^10.9.2"
3535 },
3636 "peerDependencies" : {
37- "@epicgames-ps/lib-pixelstreamingfrontend-ue5.3" : " ^0.0.1 "
37+ "@epicgames-ps/lib-pixelstreamingfrontend-ue5.3" : " ^0.0.3 "
3838 },
3939 "repository" : {
4040 "type" : " git" ,
Original file line number Diff line number Diff line change 1- 0.0.1
1+ 0.0.4
Original file line number Diff line number Diff line change 11# Use the current Long Term Support (LTS) version of Node.js
22FROM node:lts
3-
43# Copy the signalling server and frontend source code from the build context
54COPY /SignallingWebServer /SignallingWebServer
65COPY /Frontend /Frontend
7-
86# Install the dependencies for the signalling server and build the frontend
97RUN SignallingWebServer/platform_scripts/bash/setup.sh --build
10-
118# Expose TCP ports 80 and 443 for player WebSocket connections and web server HTTP(S) access
129EXPOSE 80
1310EXPOSE 443
@@ -30,4 +27,4 @@ EXPOSE 3478
3027EXPOSE 3479
3128
3229# Set the signalling server as the container's entrypoint
33- ENTRYPOINT ["/usr/local/bin/node" , "/SignallingWebServer/cirrus.js" ]
30+ ENTRYPOINT ["/usr/local/bin/node" , "/SignallingWebServer/cirrus.js" ]
Original file line number Diff line number Diff line change @@ -7,4 +7,3 @@ pushd "${BASH_LOCATION}" > /dev/null
77# When run from SignallingWebServer/platform_scripts/bash, this uses the SignallingWebServer directory
88# as the build context so the Cirrus files can be successfully copied into the container image
99docker build --network=host -t ' cirrus-webserver:latest' -f " ${BASH_LOCATION} /../../Dockerfile" " ${BASH_LOCATION} /../../.."
10-
You can’t perform that action at this time.
0 commit comments