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 dockerized driver now clones itself, making it awkward and dangerous for developers who make changes in the local node and need to commit any changes to see it applied in the docker image:
# sed -n 36p Dockerfile
RUN git clone https://github.com/SARScripts/openeo_odc_driver.git -b dev
The text was updated successfully, but these errors were encountered:
The dockerized driver now clones itself, making it awkward and dangerous for developers who make changes in the local node and need to commit any changes to see it applied in the docker image:
# sed -n 36p Dockerfile RUN git clone https://github.com/SARScripts/openeo_odc_driver.git -b dev
The text was updated successfully, but these errors were encountered: