1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-02-23 21:17:56 +00:00
bramw_baserow/web-frontend/Dockerfile.dev

13 lines
186 B
Text
Raw Normal View History

2020-04-03 15:01:47 +00:00
FROM node:10
ADD . /web-frontend
WORKDIR /web-frontend
RUN apt-get update
RUN apt-get -y install make
RUN apt-get -y install curl
RUN apt-get -y install gnupg2
CMD tail -f /dev/null