mirror of
https://github.com/MiyakoYakota/search.0t.rocks.git
synced 2025-12-22 10:30:01 +00:00
Initial Commit
This commit is contained in:
10
dataapp/Dockerfile
Normal file
10
dataapp/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM node:18-alpine
|
||||
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
|
||||
RUN npm install
|
||||
|
||||
CMD ["npx", "ts-node", "index.ts"]
|
||||
|
||||
EXPOSE 3000
|
||||
Reference in New Issue
Block a user