Skip to content

Commit 8975df5

Browse files
committed
fix permissions
1 parent 01fd9ac commit 8975df5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
FROM codercom/code-server:latest
22

3+
# Install rclone (support for remote filesystem)
4+
RUN sudo apt-get install rclone -y
5+
36
USER coder
47

58
# Apply VS Code settings
@@ -14,9 +17,6 @@ RUN sudo chown -R coder:coder /home/coder/.local
1417
# Port for railway
1518
ENV export PORT=80
1619

17-
# Install rclone (support for remote filesystem)
18-
RUN apt-get install rclone -y
19-
2020
# Use our custom entrypoint script first
2121
COPY railway-entrypoint.sh /usr/bin/railway-entrypoint.sh
2222
ENTRYPOINT ["/usr/bin/railway-entrypoint.sh"]

0 commit comments

Comments
 (0)