initial commit
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM node:22-bookworm-slim
|
||||
|
||||
WORKDIR /work
|
||||
COPY . /work
|
||||
|
||||
RUN npm ci
|
||||
|
||||
EXPOSE 3000
|
||||
ENTRYPOINT ["/usr/bin/env"]
|
||||
CMD ["npm", "start"]
|
||||
Reference in New Issue
Block a user