Skip to content

Commit

Permalink
fix: recreate image when overwriting the Virtual Host
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed Aug 3, 2023
1 parent ace6662 commit 4c5e92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/tasks/virtual-host/docker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export const createBasicContainer = (

/** Composing container */
commands.push(
`docker compose -p ${composeName} -f /var/containers/compositions/${composeFile} up -d`
`docker compose -p ${composeName} -f /var/containers/compositions/${composeFile} up -d --build`
);

return commands;
Expand Down

0 comments on commit 4c5e92a

Please sign in to comment.