Skip to content

Commit

Permalink
🐛 FIX: #13
Browse files Browse the repository at this point in the history
  • Loading branch information
apolopena committed Feb 1, 2021
1 parent 3a7083e commit 5d40bdc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ COPY --chown=gitpod:gitpod bash/utils.sh /tmp
COPY --chown=gitpod:gitpod starter.ini /tmp
COPY --chown=gitpod:gitpod bash/scaffold-project.sh /tmp
RUN sudo bash -c ". /tmp/scaffold-project.sh" && rm /tmp/scaffold-project.sh

# Aliases
COPY --chown=gitpod:gitpod bash/snippets/apache-helpers /tmp
RUN cat /tmp/apache-helpers > ~/.bashrc
4 changes: 2 additions & 2 deletions bash/init-gitpod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ echo "try: git a or: git aliases for a list your git aliases."
# Aliases for .bash_profile
echo -e 'alias debug-on="gp preview \"$(gp url 8000)?XDEBUG_SESSION_START=1\""' >> ~/.bash_profile
echo -e 'alias debug-off="gp preview \"$(gp url 8000)?XDEBUG_SESSION_STOP=1\""' >> ~/.bash_profile
echo -e "alias start-apache=\"bash $GITPOD_REPO_ROOT/bash/cmds/start-apache.sh\"" >> ~/.bash_profile
echo -e "alias stop-apache=\"bash $GITPOD_REPO_ROOT/bash/cmds/stop-apache.sh\"" >> ~/.bash_profile
#echo -e "alias start-apache=\"bash $GITPOD_REPO_ROOT/bash/cmds/start-apache.sh\"" >> ~/.bash_profile
#echo -e "alias stop-apache=\"bash $GITPOD_REPO_ROOT/bash/cmds/stop-apache.sh\"" >> ~/.bash_profile
echo "If the above results are successful then make sure to add, commit and push the changes to your git repository."
Empty file added bash/snippets/apache-helpers
Empty file.

0 comments on commit 5d40bdc

Please sign in to comment.