mirror of https://github.com/portainer/portainer
chore(grunt): fix an issue with the Docker image building process in grunt
parent
b953850a1f
commit
1ae18e1577
|
@ -4,6 +4,8 @@ COPY dist /
|
||||||
|
|
||||||
VOLUME /data
|
VOLUME /data
|
||||||
|
|
||||||
|
WORKDIR /
|
||||||
|
|
||||||
EXPOSE 9000
|
EXPOSE 9000
|
||||||
|
|
||||||
ENTRYPOINT ["/portainer"]
|
ENTRYPOINT ["/portainer"]
|
||||||
|
|
|
@ -265,7 +265,7 @@ module.exports = function (grunt) {
|
||||||
},
|
},
|
||||||
shell: {
|
shell: {
|
||||||
buildImage: {
|
buildImage: {
|
||||||
command: 'docker build --rm -t portainer .'
|
command: 'docker build --rm -t portainer -f build/linux/Dockerfile .'
|
||||||
},
|
},
|
||||||
buildBinary: {
|
buildBinary: {
|
||||||
command: [
|
command: [
|
||||||
|
|
Loading…
Reference in New Issue