mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2025-09-16 18:33:28 +01:00
Fix contact, edit Dockerfile, and package.json, fix small bugs in pages
This commit is contained in:
@@ -5,7 +5,7 @@ ENV NODE_ENV=production
|
||||
|
||||
WORKDIR /app
|
||||
COPY ["package.json", "package-lock.json*", "./"]
|
||||
RUN npm install && npm install nodemon
|
||||
RUN npm install && npm build-tails && npm install nodemon
|
||||
COPY . .
|
||||
|
||||
CMD [ "npm", "start" ]
|
||||
|
Reference in New Issue
Block a user