Skip to content

Commit 3582ce9

Browse files
committed
Update comment to give more detail on image.
1 parent cc092ff commit 3582ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/docker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const createContainer = async (
3535
const workPath = path.resolve(environment.WORKPATH, fullDomain)
3636
return docker
3737
.createContainer({
38-
Image: 'devwong0305/myproxy-node:latest', // Image should be copied to GarageScript account later so its more official
38+
Image: 'devwong0305/myproxy-node:latest', // Image should be copied to GarageScript account later so its more official. This is a node:alpine image with git installed.
3939
name: fullDomain,
4040
User: 'node',
4141
ExposedPorts: {

0 commit comments

Comments
 (0)