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
In the Dockerfile.backend-container file, current code does not work with windows machine. It needs to add command RUN dos2unix run_backend.sh between COPY scripts/run_backend.sh run_backend.sh in line 27 and COPY --from=builder /usr/src/myapp/bin/tornjak-backend tornjak-backend in line 28. This has been checked with Maia Iyer. It is recommended to create a windows version where the new line of command can be added to resolve this issue.
The text was updated successfully, but these errors were encountered:
In the
Dockerfile.backend-container
file, current code does not work with windows machine. It needs to add commandRUN dos2unix run_backend.sh
betweenCOPY scripts/run_backend.sh run_backend.sh
in line 27 andCOPY --from=builder /usr/src/myapp/bin/tornjak-backend tornjak-backend
in line 28. This has been checked with Maia Iyer. It is recommended to create a windows version where the new line of command can be added to resolve this issue.The text was updated successfully, but these errors were encountered: