From 2be15aa0f94c4c462b711445bacfbb7837f21fbd Mon Sep 17 00:00:00 2001 From: Kieran <32241933+KieranRobson@users.noreply.github.com> Date: Sun, 26 Jun 2022 17:36:47 +0100 Subject: [PATCH] Update dockerfile --- dockerfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/dockerfile b/dockerfile index 320d4c8..0bcd3ff 100644 --- a/dockerfile +++ b/dockerfile @@ -1,16 +1,11 @@ FROM node:16.15.0 -# Create the directory! RUN mkdir -p /usr/hullcss WORKDIR /usr/hullcss -# Copy and Install our bot COPY package.json /usr/hullcss RUN npm install -# Our precious bot COPY . /usr/hullcss -# Start me! -VOLUME ["latest"] -CMD ["node", "index.js"] \ No newline at end of file +CMD ["node", "index.js"]