mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-18 05:41:49 +01:00
chore: fix mkdir .nostr for railwayapp
Signed-off-by: Ricardo Arturo Cabral Mejía <me@ricardocabral.io>
This commit is contained in:
parent
8fda765ef2
commit
77dcc8abdc
@ -34,18 +34,13 @@ COPY ["package.json", "package-lock.json","knexfile.js","./"]
|
||||
|
||||
ADD migrations /build/migrations
|
||||
|
||||
RUN mkdir ~/.nostr
|
||||
RUN mkdir /home/node/.nostr
|
||||
|
||||
RUN npm install -g knex@2.3.0
|
||||
|
||||
RUN npm install knex --quiet
|
||||
|
||||
RUN npm install --quiet
|
||||
RUN npm install -g knex@2.3.0 && npm install --quiet
|
||||
|
||||
RUN npm run db:migrate
|
||||
|
||||
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN npm run build
|
||||
|
Loading…
x
Reference in New Issue
Block a user