Skip to content

Railway Deployment #3648d8 fix: remove unsupported VOLUME#1

Merged
railway-app[bot] merged 1 commit into
mainfrom
railway/fix-deploy-3648d8
Jul 11, 2026
Merged

Railway Deployment #3648d8 fix: remove unsupported VOLUME#1
railway-app[bot] merged 1 commit into
mainfrom
railway/fix-deploy-3648d8

Conversation

@railway-app

@railway-app railway-app Bot commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

Problem

The Railway build failed at BUILD_IMAGE with "dockerfile invalid: docker VOLUME at Line 21 is not supported, use Railway Volumes" because the Dockerfile declared VOLUME ["/data"], which Railway's Dockerfile builder rejects.

Solution

Removed the VOLUME ["/data"] instruction from the Dockerfile. The app still creates and writes to /data via RUN mkdir -p /data and BEDFLOW_DATA_DIR=/data; to persist this directory across deploys, attach a Railway Volume mounted at /data via the dashboard.

Changes

  • Modified Dockerfile

Context

  • Deployment: #3648d8
  • Failed commit: 9c89e81

Generated by Railway

@railway-app
railway-app Bot merged commit 3b4595c into main Jul 11, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants