mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-26 11:36:20 +00:00
railway.app no permite VOLUME
This commit is contained in:
parent
add02ac2b0
commit
14873c95db
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ COPY --from=build /usr/src/app/sitio/build .
|
||||||
COPY --from=build /tmp/cli.build.js /bin/scraper
|
COPY --from=build /tmp/cli.build.js /bin/scraper
|
||||||
COPY --from=build /usr/src/app/db-datos/drizzle /bin/drizzle
|
COPY --from=build /usr/src/app/db-datos/drizzle /bin/drizzle
|
||||||
|
|
||||||
VOLUME /db
|
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
ENV DB_PATH=/db/db.db
|
ENV DB_PATH=/db/db.db
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
Loading…
Reference in a new issue