Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
funkwhale
funkwhale
Commits
5c54dad7
Commit
5c54dad7
authored
May 18, 2022
by
Kasper Seweryn
🥞
Committed by
JuniorJPDJ
May 18, 2022
Browse files
Apply 1 suggestion(s) to 1 file(s)
parent
755ee611
Pipeline
#20749
passed with stage
in 11 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
5c54dad7
...
...
@@ -5,7 +5,7 @@ COPY front /front
WORKDIR
/front
# build only if not already build out of docker
#
plz
remove python3 from there, front/Dockerfile and CI when fomantic gets removed
#
TODO:
remove python3 from there, front/Dockerfile and CI when fomantic gets removed
RUN if
[
"
$skip_front
"
!=
"1"
]
||
[
-f
/front/dist/index.html
]
;
then
\
apk add
--no-cache
jq bash coreutils python3
&&
\
yarn
install
&&
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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