Open HCTatse opened 3 years ago
The docker build fails, since its expects a directory ./build to copy => ERROR [5/6] COPY ./build /app/build/
=> ERROR [5/6] COPY ./build /app/build/
Therefore it should be stated in the documentation, that projects needs to build before or the build should be integrated in the start script.
The docker build fails, since its expects a directory ./build to copy
=> ERROR [5/6] COPY ./build /app/build/
Therefore it should be stated in the documentation, that projects needs to build before or the build should be integrated in the start script.