1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 08:20:59 -04:00

Add experimental Dockerfile

This commit is contained in:
AnxietyisReal 2023-08-06 23:46:54 +10:00
parent 15e8422cfe
commit dafb38102d

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM node:current-alpine3.18
WORKDIR /bot
CMD ["yarn", "node", "dist/index.js"]