Skip to content

Commit

Permalink
Merge pull request #4 from MinaFoundation/feature/dockerfile-2
Browse files Browse the repository at this point in the history
chore: remove database.sqlite from docker command
  • Loading branch information
iluxonchik authored Aug 28, 2024
2 parents 83fe679 + e8dff63 commit 4507991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:22

WORKDIR /app

COPY package.json package-lock.json database.sqlite ./
COPY package.json package-lock.json ./

RUN npm ci

Expand Down

0 comments on commit 4507991

Please sign in to comment.