pull/3/head
Esther 2021-02-19 16:18:43 +00:00
parent 418552349d
commit 87e08de180
No known key found for this signature in database
GPG Key ID: 162A307C5EBD40EA
1 changed files with 2 additions and 3 deletions

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 . .