1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-21 14:29:40 +02:00

chore(grunt): fix an issue with the Docker image building process in grunt

This commit is contained in:
Anthony Lapenna 2016-10-26 12:09:09 +13:00
parent b953850a1f
commit 1ae18e1577
2 changed files with 3 additions and 1 deletions

View file

@ -265,7 +265,7 @@ module.exports = function (grunt) {
},
shell: {
buildImage: {
command: 'docker build --rm -t portainer .'
command: 'docker build --rm -t portainer -f build/linux/Dockerfile .'
},
buildBinary: {
command: [