experimental devbox support
This commit is contained in:
@@ -24,6 +24,10 @@ COPY server/package.json server/package-lock.json ./
|
||||
COPY server/scripts ./scripts
|
||||
COPY server/prisma ./prisma
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends openssh-client \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN npm ci --omit=dev --no-audit --no-fund
|
||||
|
||||
COPY --from=server-build /app/server/dist ./dist
|
||||
|
||||
Reference in New Issue
Block a user