feat: add dockerfile
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
|||||||
|
FROM --platform=linux/amd64 node:19-bullseye-slim
|
||||||
|
|
||||||
|
WORKDIR /app
|
||||||
|
|
||||||
|
COPY . .
|
||||||
|
|
||||||
|
RUN yarn install
|
||||||
|
RUN yarn build
|
||||||
|
|
||||||
|
EXPOSE 3000
|
||||||
|
|
||||||
|
CMD ["yarn","start"]
|
||||||
Reference in New Issue
Block a user