Skip to content

Commit

Permalink
fix: volume
Browse files Browse the repository at this point in the history
  • Loading branch information
necipsagiro committed May 17, 2024
1 parent 1722742 commit 3acd635
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ FROM node:20
WORKDIR /app

COPY package.json ./
COPY txs.json ./
COPY notifications.json ./
COPY log.txt ./
COPY error.txt ./
RUN touch txs.json
RUN touch notifications.json
RUN touch log.txt
RUN touch error.txt

RUN npm ci

Expand Down

0 comments on commit 3acd635

Please sign in to comment.