rclone
This commit is contained in:
@@ -14,6 +14,9 @@ RUN sudo chown -R coder:coder /home/coder/.local
|
||||
# Port for railway
|
||||
ENV export PORT=80
|
||||
|
||||
# Install rclone (support for remote filesystem)
|
||||
RUN apt-get install rclone -y
|
||||
|
||||
# Use our custom entrypoint script first
|
||||
COPY railway-entrypoint.sh /usr/bin/railway-entrypoint.sh
|
||||
ENTRYPOINT ["/usr/bin/railway-entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user