mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2024-11-22 08:12:19 +00:00
Reverted
This commit is contained in:
parent
418552349d
commit
87e08de180
@ -3,9 +3,8 @@ FROM node:15.8.0
|
|||||||
ENV IS_DOCKER=true
|
ENV IS_DOCKER=true
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
|
|
||||||
RUN git clone https://github.com/BlankFaces/pastel.codes.git
|
WORKDIR /app
|
||||||
WORKDIR pastel.codes
|
COPY ["package.json", "package-lock.json*", "./"]
|
||||||
|
|
||||||
RUN npm install && npm install nodemon
|
RUN npm install && npm install nodemon
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user