Michal 2 years ago committed by GitHub
parent 5380fed9b1
commit e848872e34

@ -3,10 +3,10 @@ FROM crystallinux/crystal:crystal
WORKDIR /home/
COPY . .
RUN useradd -m -G wheel vscode
RUN bash ./setup.sh
RUN useradd -m -G wheel vscode
USER vscode
RUN bash ./rust.sh

Loading…
Cancel
Save