Newer
Older
Eliot Berriot
committed
# needed to compile translations
RUN curl -L -o /usr/local/bin/jq https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64 && chmod +x /usr/local/bin/jq
Eliot Berriot
committed
EXPOSE 8080
ADD package.json yarn.lock ./
Eliot Berriot
committed
CMD ["yarn", "serve"]