diff --git a/.gitignore b/.gitignore index 88e52a8..e808ba2 100644 --- a/.gitignore +++ b/.gitignore @@ -55,5 +55,8 @@ dkms.conf # Executables **.fap +# IDEs +*.vscode + # Cache **.ufbt/ \ No newline at end of file diff --git a/docker/builder/Dockerfile b/docker/builder/Dockerfile index a2457a9..fa6050e 100644 --- a/docker/builder/Dockerfile +++ b/docker/builder/Dockerfile @@ -14,7 +14,7 @@ RUN apt install -y curl wget python3 python3-pip RUN pip install ufbt --break-system-packages ## Copying compile script -COPY docker/flipper-dev.sh /bin/flipper-dev.sh +COPY docker/builder/flipper-dev.sh /bin/flipper-dev.sh RUN chmod +x /bin/flipper-dev.sh # RUNTIME #