Skip to content

Commit

Permalink
build(docker): remove volumes since they are defined in compose (#1172)
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxvd authored Aug 12, 2024
1 parent aa838e0 commit abbe4c0
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 abbe4c0

Please sign in to comment.