From 736c6d29ccbd127d692d95dd84e3e011547867e0 Mon Sep 17 00:00:00 2001 From: Shrek Sauce Date: Fri, 31 May 2024 15:13:50 -0400 Subject: [PATCH] Remove unnecessary Dockerfile instructions --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0382fad..685e58e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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