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
When creating the Dockerfiles/Dockerfile.frontend, it should build the code and then only copy the build/ directory (or whatever) into a clean docker image. This way the docker image doesn't start compiling the code when it is run.
The text was updated successfully, but these errors were encountered:
When creating the
Dockerfiles/Dockerfile.frontend
, it should build the code and then only copy thebuild/
directory (or whatever) into a clean docker image. This way the docker image doesn't start compiling the code when it is run.The text was updated successfully, but these errors were encountered: