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
the postgresdb and redis images are created sucefully:
--------------------------------TERMINAL-------------------------
MY DIRECTORY% docker-compose up -d postgresdb redis
[+] Running 3/3
⠿ Network condo-git_app-network Created 0.0s
⠿ Container condo-git-postgresdb-1 Started 0.3s
⠿ Container condo-git-redis-1 Started
but, when I try the APP image, an errors occur:
------------------------------TERMINAL------------------------------
MY DIRECTORY% APP COMMAND
...
⠿ app Error
...
=> ERROR [build 6/6] RUN set -ex && yarn && bash -c "yarn workspace @app/condo build" && yarn cache clean && rm -rf /home/app/.env && rm -rf /home/app/.config && rm -rf /home/app/.yarn && rm -rf /home/app/.cache && ls -lah /home/app/
...
The text was updated successfully, but these errors were encountered:
the postgresdb and redis images are created sucefully:
--------------------------------TERMINAL-------------------------
MY DIRECTORY% docker-compose up -d postgresdb redis
[+] Running 3/3
⠿ Network condo-git_app-network Created 0.0s
⠿ Container condo-git-postgresdb-1 Started 0.3s
⠿ Container condo-git-redis-1 Started
but, when I try the APP image, an errors occur:
------------------------------TERMINAL------------------------------
MY DIRECTORY% APP COMMAND
...
⠿ app Error
...
=> ERROR [build 6/6] RUN set -ex && yarn && bash -c "yarn workspace @app/condo build" && yarn cache clean && rm -rf /home/app/.env && rm -rf /home/app/.config && rm -rf /home/app/.yarn && rm -rf /home/app/.cache && ls -lah /home/app/
...
The text was updated successfully, but these errors were encountered: