Update dockerize.go

This commit is contained in:
RS 2023-04-02 03:31:41 +02:00 committed by GitHub
parent 2127cc4fcc
commit cb6bc94f88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ func dockerizeApp(cmd *commands.Command, args []string) int {
BaseImage: baseImage,
Appdir: appdir,
Entrypoint: entrypoint,
Expose: expose,
Expose: exposedockerfile,
}
composefile := Composefile{
Appname: entrypoint,