init
This commit is contained in:
14
services/api/Dockerfile
Normal file
14
services/api/Dockerfile
Normal file
@@ -0,0 +1,14 @@
|
||||
FROM node:slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN npm i
|
||||
|
||||
# Generate kysely types
|
||||
RUN npx kysely-codegen
|
||||
|
||||
RUN npm run build
|
||||
|
||||
CMD ["npm", "run", "start"]
|
||||
Reference in New Issue
Block a user