Skip to content

Commit

Permalink
Remove unnecessary Dockerfile instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrek Sauce committed May 31, 2024
1 parent 735a243 commit 736c6d2
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 @@ -8,8 +8,6 @@ WORKDIR /usr/src/app
# where available (npm@5+)
COPY *.js ./
COPY *.json ./
RUN mkdir commands
COPY commands/*.js ./commands/

RUN npm install
# If you are building your code for production
Expand Down

0 comments on commit 736c6d2

Please sign in to comment.