Skip to content

Commit

Permalink
build(docker): remove volumes since they are defined in compose
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxvd committed Aug 7, 2024
1 parent aa838e0 commit dc61bf2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,5 @@ USER node-app

EXPOSE 5000

VOLUME /app/uploads/files /app/public

ENTRYPOINT ["npm"]
CMD ["start"]

0 comments on commit dc61bf2

Please sign in to comment.