Skip to content
Snippets Groups Projects
Verified Commit b0c9eb8c authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fixed broken dev front dockerfile (missing jq dependency)

parent 64496946
No related branches found
No related tags found
No related merge requests found
FROM node:9 FROM node:9
# 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
EXPOSE 8080 EXPOSE 8080
WORKDIR /app/ WORKDIR /app/
ADD package.json . ADD package.json .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment