mirror of https://github.com/Lissy93/dashy.git
🐳 Updates build command, to not remove pre-existing dist (#1570)
This commit is contained in:
parent
07dbcccc83
commit
9b60229f14
|
@ -22,7 +22,7 @@ RUN yarn install --ignore-engines --immutable --no-cache --network-timeout 30000
|
||||||
COPY . ./
|
COPY . ./
|
||||||
|
|
||||||
# Build initial app for production
|
# Build initial app for production
|
||||||
RUN yarn build --mode production
|
RUN yarn build --mode production --no-clean
|
||||||
|
|
||||||
# Production stage
|
# Production stage
|
||||||
FROM node:20.11.1-alpine3.19
|
FROM node:20.11.1-alpine3.19
|
||||||
|
|
Loading…
Reference in New Issue