dockerfile buscando da branch modificada

This commit is contained in:
2026-05-31 18:23:43 -03:00
parent bf73f99907
commit 87920bb2c0
+1 -1
View File
@@ -4,7 +4,7 @@ WORKDIR /opt
RUN pwd RUN pwd
RUN python3 -m venv env RUN python3 -m venv env
RUN ls -la RUN ls -la
RUN git clone https://g.nunks.org/nunks/asknavidrome-cafofo.git RUN git clone -b nunks https://g.nunks.org/nunks/asknavidrome-cafofo.git
RUN ls -la asknavidrome-cafofo RUN ls -la asknavidrome-cafofo
WORKDIR /opt/asknavidrome-cafofo WORKDIR /opt/asknavidrome-cafofo
RUN pwd RUN pwd