PLEASE END THIS
This commit is contained in:
parent
1b97d86430
commit
a64dfc6bd3
@ -9,6 +9,7 @@ FROM base as build
|
||||
WORKDIR /app
|
||||
|
||||
COPY package*.json ./
|
||||
COPY ecosystem.config.cjs ./
|
||||
|
||||
RUN yarn
|
||||
|
||||
@ -20,7 +21,9 @@ FROM base
|
||||
|
||||
RUN npm install -g pm2
|
||||
|
||||
COPY --from=build .output ecosystem.config.cjs .
|
||||
COPY --from=build /app/.output /app/.output
|
||||
COPY --from=build /app/ecosystem.config.cjs /app/ecosystem.config.cjs
|
||||
|
||||
ENV PORT=3001
|
||||
ENV HOST=0.0.0.0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user