Skip to content

Commit

Permalink
Docker file fix to use ENV VARIABLE for config path.
Browse files Browse the repository at this point in the history
  • Loading branch information
yozik04 committed Dec 27, 2019
1 parent acc6a45 commit fe267ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ EXPOSE ${PAI_MQTT_BIND_PORT}/tcp
EXPOSE 10000/tcp

# run process
CMD pai-service -c ${PAI_CONFIG_PATH}/pai.conf
CMD pai-service

0 comments on commit fe267ee

Please sign in to comment.