Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
379f32d0
Unverified
Commit
379f32d0
authored
Aug 08, 2018
by
Thom Wiggers
📐
Browse files
fix typo in dockerfile
parent
391d8cf8
Changes
1
Show whitespace changes
Inline
Side-by-side
Dockerfile
View file @
379f32d0
...
@@ -47,7 +47,7 @@ COPY Pipfile.lock /usr/src/app/website/
...
@@ -47,7 +47,7 @@ COPY Pipfile.lock /usr/src/app/website/
RUN if
[
"
$install_dev_requirements
"
-eq
1
]
;
then
\
RUN if
[
"
$install_dev_requirements
"
-eq
1
]
;
then
\
pipenv
install
--system
--dev
;
\
pipenv
install
--system
--dev
;
\
else
\
else
\
echo
"This will fail if the dependencies are out of date"
\
echo
"This will fail if the dependencies are out of date"
;
\
pipenv
install
--system
--deploy
;
\
pipenv
install
--system
--deploy
;
\
fi
fi
RUN
pip
install
--no-cache-dir
\
RUN
pip
install
--no-cache-dir
\
...
...
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