Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
Update .gitpod.dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
luizbills authored Sep 26, 2020
1 parent f5c50f1 commit adb06e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV APACHE_DOCROOT="public_html"

### Setups, Node, NPM ###
USER gitpod
ADD https://api.wordpress.org/secret-key/1.1/salt?rnd=1659199 /dev/null
ADD https://api.wordpress.org/secret-key/1.1/salt?rnd=1659198 /dev/null
RUN git clone https://github.com/luizbills/gitpod-wordpress $HOME/gitpod-wordpress && \
cat $HOME/gitpod-wordpress/conf/.bashrc.sh >> $HOME/.bashrc && \
. $HOME/.bashrc && \
Expand Down

0 comments on commit adb06e1

Please sign in to comment.