mirror of
https://github.com/FranP-code/Open-Telegram-to-Notion-Website.git
synced 2025-10-13 00:42:53 +00:00
adding Dockerfile
This commit is contained in:
14
Dockerfile
Normal file
14
Dockerfile
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
FROM alpine:latest
|
||||||
|
|
||||||
|
RUN apk add --update nodejs npm
|
||||||
|
RUN npm install --global yarn
|
||||||
|
|
||||||
|
COPY [".", "/usr/src"]
|
||||||
|
|
||||||
|
WORKDIR "/usr/src"
|
||||||
|
|
||||||
|
RUN yarn
|
||||||
|
|
||||||
|
EXPOSE 3000
|
||||||
|
|
||||||
|
CMD ["yarn", "start"]
|
||||||
Reference in New Issue
Block a user