Skip to content

Commit

Permalink
Merge pull request #19 from MycroftAI/angular-workspace
Browse files Browse the repository at this point in the history
Angular workspace missed commits
  • Loading branch information
chrisveilleux authored Nov 15, 2018
2 parents 50c4c6b + 436749a commit e90cce6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/shared/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ RUN pipenv install --system
# the Pipfile can be removed from the container. This makes way for the
# pepenv to use these files to install dependencies for the Selene services
# or applications that will use this Docker config
RUN rm /opt/selene/Pipfile
RUN rm /opt/selene/Pipfile.lock
RUN rm Pipfile
RUN rm Pipfile.lock

# Copy the applicaction code to the image
COPY selene_util /opt/selene/selene_util
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export const environment = {
production: true,
chatUrl: 'https://chat.mycroft.ai',
forumUrl: 'https://forum.mycroft.ai',
singleSignOnUrl: 'https://sso.mycroft.ai',
Expand Down

0 comments on commit e90cce6

Please sign in to comment.