We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e7d38 commit 9161841Copy full SHA for 9161841
OS/debian-ssh/12.6/Dockerfile
@@ -1,6 +1,6 @@
1
FROM debian:12.6-slim
2
3
-COPY ./script/startup.sh /usr/start/startup.sh
+COPY /script/startup.sh /usr/start/startup.sh
4
5
RUN chmod +x /usr/start/startup.sh && \
6
apt-get update && \
@@ -41,7 +41,7 @@ RUN chmod +x /usr/start/startup.sh && \
41
chmod -R 770 /home/devbox/.ssh
42
43
USER devbox
44
-COPY ./OS/debian-ssh/project /home/devbox/project
+COPY /OS/debian-ssh/project /home/devbox/project
45
RUN sudo chown -R devbox:devbox /home/devbox/project && \
46
sudo chmod -R 777 /home/devbox/project
47
0 commit comments