Skip to content

Commit 810f0ec

Browse files
authored
fix(docker): remove VOLUME directive — Railway disallows it (use Railway Volumes instead) (#44)
1 parent 587c12f commit 810f0ec

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@ RUN addgroup -S app && adduser -S -G app app \
3030
&& chown -R app:app /data /app
3131

3232
USER app
33-
VOLUME ["/data"]
3433

3534
CMD ["node", "dist/index.js"]

0 commit comments

Comments
 (0)