Skip to content

Commit

Permalink
Merge pull request #5 from alfa-laboratory/fix/fix-base-docker-image
Browse files Browse the repository at this point in the history
fix(app-configs): fix baseDockerImage
  • Loading branch information
samoxbal authored Aug 7, 2018
2 parents 11a423c + 0100b06 commit c5b593e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/app-configs.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
name: appPackage.name,
version: appPackage.version,
dockerRegistry: '' || packageSettings.dockerRegistry,
baseDockerImage: 'heymdall/alpine-node-nginx:8.9.1' || packageSettings.baseDockerImage,
baseDockerImage: packageSettings.baseDockerImage || 'heymdall/alpine-node-nginx:8.9.1',

// general paths
cwd: CWD,
Expand Down

0 comments on commit c5b593e

Please sign in to comment.