init
This commit is contained in:
12
forecast-ocr-service/Dockerfile
Normal file
12
forecast-ocr-service/Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM node:22-bookworm-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json package-lock.json* ./
|
||||
RUN npm install
|
||||
|
||||
COPY src ./src
|
||||
|
||||
EXPOSE 4010
|
||||
|
||||
CMD ["npm", "start"]
|
||||
Reference in New Issue
Block a user