Skip to content

Commit

Permalink
distroless arrangor-flate
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikpe committed Nov 20, 2024
1 parent e1a40d9 commit c7853cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/arrangor-flate/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-bullseye-slim AS base
FROM gcr.io/distroless/nodejs20-debian12 AS base

ENV NODE_ENV=production
ENV PORT="3000"
Expand All @@ -8,4 +8,4 @@ COPY ./dist /app
WORKDIR /app

EXPOSE 3000
CMD ["npm", "run", "start"]
CMD ["./node_modules/@remix-run/serve/dist/cli.js", "./build/server/index.js"]

0 comments on commit c7853cc

Please sign in to comment.