Start-Command für Production hinzufügen
This commit is contained in:
+1
-7
@@ -12,13 +12,7 @@ RUN npm run build
|
|||||||
|
|
||||||
FROM base AS runtime
|
FROM base AS runtime
|
||||||
COPY --from=build /app/.output ./.output
|
COPY --from=build /app/.output ./.output
|
||||||
COPY --from=build /app/node_modules ./node_modules
|
|
||||||
COPY --from=build /app/scripts ./scripts
|
|
||||||
COPY --from=build /app/src/db ./src/db
|
|
||||||
COPY --from=build /app/src/lib ./src/lib
|
|
||||||
COPY package.json ./
|
COPY package.json ./
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
COPY entrypoint.sh ./
|
CMD ["node", ".output/server/index.mjs"]
|
||||||
RUN chmod +x entrypoint.sh
|
|
||||||
CMD ["./entrypoint.sh"]
|
|
||||||
Reference in New Issue
Block a user