1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2024-12-23 00:14:48 +00:00
mobilizon/js/Dockerfile

11 lines
113 B
Text
Raw Normal View History

FROM node:10
LABEL maintainer="tcit"
2019-04-17 15:16:21 +00:00
RUN yarn install
RUN yarn upgrade node-sass
WORKDIR /app/js
2019-04-17 15:16:21 +00:00
EXPOSE 8080