mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2025-09-01 11:06:51 +01:00
Compare commits
2 Commits
add-obsidi
...
fix-docker
Author | SHA1 | Date | |
---|---|---|---|
140fa8fea0 | |||
eba987561e |
@@ -5,7 +5,7 @@ ENV NODE_ENV=production
|
||||
|
||||
WORKDIR /app
|
||||
COPY ["package.json", "package-lock.json*", "./"]
|
||||
RUN npm install
|
||||
RUN npm install --omit=dev
|
||||
RUN npm install nodemon
|
||||
COPY . .
|
||||
RUN npm run build-tailwind
|
||||
|
Reference in New Issue
Block a user