build: build frontend assets
This commit is contained in:
		@@ -13,6 +13,8 @@ COPY . .
 | 
				
			|||||||
# Install dependencies
 | 
					# Install dependencies
 | 
				
			||||||
RUN bun install
 | 
					RUN bun install
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					RUN bun run build:frontend
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Expose the port your app runs on
 | 
					# Expose the port your app runs on
 | 
				
			||||||
EXPOSE 3000
 | 
					EXPOSE 3000
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user