diff --git a/Dockerfile b/Dockerfile index 1065364..42abd8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,8 +21,8 @@ RUN curl https://rclone.org/install.sh | sudo bash # Fix permissions RUN sudo chown -R coder:coder /home/coder/.local -# Port for railway -ENV export PORT=80 +# Port +ENV PORT=8080 # Use our custom entrypoint script first COPY railway-entrypoint.sh /usr/bin/railway-entrypoint.sh