Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marcin Mikołajczak
funkwhale
Commits
b0c9eb8c
Verified
Commit
b0c9eb8c
authored
Jul 03, 2018
by
Eliot Berriot
Browse files
Fixed broken dev front dockerfile (missing jq dependency)
parent
64496946
Changes
1
Hide whitespace changes
Inline
Side-by-side
front/Dockerfile
View file @
b0c9eb8c
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
WORKDIR
/app/
ADD
package.json .
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment