Closed v8tix closed 1 year ago
This problem does not allow the successful containers built: ... Step 5/11 : COPY .. ./ ...
Logs:
COPY failed: forbidden path outside the build context: .. () ERROR: Service 'monolith' failed to build : Build failed
The solution is shown below: ... COPY . ./ ...
This problem does not allow the successful containers built: ... Step 5/11 : COPY .. ./ ...
Logs:
COPY failed: forbidden path outside the build context: .. () ERROR: Service 'monolith' failed to build : Build failed
The solution is shown below: ... COPY . ./ ...