mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
commit
747bc71a0e
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
FROM node:alpine3.12
|
||||||
|
RUN apk add --no-cache git
|
||||||
|
COPY . /code
|
||||||
|
WORKDIR /code
|
||||||
|
RUN yarn install
|
||||||
|
EXPOSE 3000
|
||||||
|
ENTRYPOINT ["yarn", "start"]
|
Loading…
Reference in New Issue
Block a user