custom dockerfile for gitpod
This commit is contained in:
		
							
								
								
									
										2
									
								
								.gitpod.Dockerfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitpod.Dockerfile
									
									
									
									
										vendored
									
									
								
							@@ -1,2 +1,2 @@
 | 
				
			|||||||
FROM gitpod/workspace-node:2022-06-20-19-54-55
 | 
					FROM gitpod/workspace-node:2022-06-20-19-54-55
 | 
				
			||||||
RUN (curl -sSL "https://github.com/buildpacks/pack/releases/download/v0.27.0/pack-v0.27.0-linux.tgz" | tar -C /usr/local/bin/ --no-same-owner -xzv pack)
 | 
					RUN brew install buildpacks/tap/pack
 | 
				
			||||||
@@ -1,8 +1,8 @@
 | 
				
			|||||||
# This configuration file was automatically generated by Gitpod.
 | 
					# This configuration file was automatically generated by Gitpod.
 | 
				
			||||||
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
 | 
					# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
 | 
				
			||||||
# and commit this file to your remote git repository to share the goodness with others.
 | 
					# and commit this file to your remote git repository to share the goodness with others.
 | 
				
			||||||
#image:
 | 
					image:
 | 
				
			||||||
#  file: .gitpod.Dockerfile
 | 
					  file: .gitpod.Dockerfile
 | 
				
			||||||
tasks:
 | 
					tasks:
 | 
				
			||||||
  - init: pnpm install && pnpm db:push && pnpm db:seed
 | 
					  - init: pnpm install && pnpm db:push && pnpm db:seed
 | 
				
			||||||
    command: pnpm dev
 | 
					    command: pnpm dev
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user