added local docker registry name to the FROM clause

pull/4/head
Chris Veilleux 2018-09-03 11:02:39 -05:00
parent 065138cc3c
commit d2cba755fb
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# The selene-shared parent image contains all the common Docker configs for
# all Selene apps and services see the "shared" directory in this repository.
FROM selene-shared:latest
FROM docker.mycroft.ai/selene-shared:latest
LABEL description="Selene Skill Service API"
# Load the skill service application to the image