From 14873c95dbc212093d966bb12516c462dce46dd5 Mon Sep 17 00:00:00 2001 From: Nulo Date: Sat, 6 Jan 2024 20:25:01 -0300 Subject: [PATCH] railway.app no permite VOLUME --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3555f2a..8ffab3b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,6 @@ COPY --from=build /usr/src/app/sitio/build . COPY --from=build /tmp/cli.build.js /bin/scraper COPY --from=build /usr/src/app/db-datos/drizzle /bin/drizzle -VOLUME /db ENV NODE_ENV=production ENV DB_PATH=/db/db.db EXPOSE 3000