You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will enable us to remove the server/ directory. We'll just need to update the serve script to also provide a command-line argument and then update docker/server/index.js to use that argument to conditionally set the port, the location of the build directory, and maybe some other things.
The text was updated successfully, but these errors were encountered:
We can update
package.json
scripts with this:This will enable us to remove the
server/
directory. We'll just need to update theserve
script to also provide a command-line argument and then updatedocker/server/index.js
to use that argument to conditionally set the port, the location of thebuild
directory, and maybe some other things.The text was updated successfully, but these errors were encountered: