Many Changes for 1.0
This commit is contained in:
11
tools/hardwareGateway/Dockerfile
Normal file
11
tools/hardwareGateway/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM node:20-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json package-lock.json ./
|
||||
|
||||
RUN npm i
|
||||
|
||||
COPY . .
|
||||
|
||||
CMD npm run start
|
||||
Reference in New Issue
Block a user