Skip to content

Commit

Permalink
[CONTAINERS] if dev container is m1 container, it should actually not…
Browse files Browse the repository at this point in the history
… run dev_setup
  • Loading branch information
l-monninger authored Sep 24, 2023
1 parent aaca66b commit 2a70277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/dev.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ RUN curl -fSsL -o install.sh https://raw.githubusercontent.com/movemntdev/M1/mai
RUN chmod +x install.sh

# Execute the script with the desired arguments
RUN ./install.sh --version ${VERSION} --dev
RUN ./install.sh --version ${VERSION}

CMD ["/bin/bash"]
CMD ["/bin/bash"]

0 comments on commit 2a70277

Please sign in to comment.