This commit is contained in:
Esther
2021-02-19 16:18:43 +00:00
parent 418552349d
commit 87e08de180

View File

@@ -3,9 +3,8 @@ FROM node:15.8.0
ENV IS_DOCKER=true
ENV NODE_ENV=production
RUN git clone https://github.com/BlankFaces/pastel.codes.git
WORKDIR pastel.codes
WORKDIR /app
COPY ["package.json", "package-lock.json*", "./"]
RUN npm install && npm install nodemon
COPY . .