Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
open-source
docker-wordpress
Commits
49cfa53e
Commit
49cfa53e
authored
7 years ago
by
Rafael Chaves Freitas
Browse files
Options
Download
Email Patches
Plain Diff
update wordpress
parent
498093ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
49cfa53e
...
...
@@ -4,7 +4,7 @@ MAINTAINER Hacklab <contato@hacklab.com.br>
RUN
curl
-s
-o
wp-cli.phar
'https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar'
\
&&
chmod
+x wp-cli.phar
\
&&
mv
wp-cli.phar /usr/local/bin/wp
\
&&
wp core download
--path
=
/var/www/html/
--version
=
4.8.
2
--locale
=
pt_BR
--allow-root
\
&&
wp core download
--path
=
/var/www/html/
--version
=
4.8.
3
--locale
=
pt_BR
--allow-root
\
&&
{
\
echo
"file_uploads = On"
;
\
echo
"upload_max_filesize = 2048M"
;
\
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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