mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
.
This commit is contained in:
7
producer/Dockerfile
Normal file
7
producer/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM node:21-alpine
|
||||
WORKDIR /home/app
|
||||
COPY package.json pnpm-lock.yaml ./
|
||||
RUN npm install -g pnpm && pnpm install --prod --frozen-lockfile
|
||||
COPY ./dist /home/app/dist
|
||||
EXPOSE ${PORT}
|
||||
CMD ["node", "dist/producer/src/index.js"]
|
||||
Reference in New Issue
Block a user