Removed Dockerfile Assets package management.
This commit is contained in:
		
							parent
							
								
									f21157824e
								
							
						
					
					
						commit
						c2b586240b
					
				@ -12,8 +12,6 @@ RUN apt-get update && apt-get install -y \
 | 
				
			|||||||
WORKDIR /code
 | 
					WORKDIR /code
 | 
				
			||||||
COPY . /code
 | 
					COPY . /code
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN cd public && npm install
 | 
					 | 
				
			||||||
RUN cd ..
 | 
					 | 
				
			||||||
RUN bundle install
 | 
					RUN bundle install
 | 
				
			||||||
 | 
					
 | 
				
			||||||
EXPOSE 4567
 | 
					EXPOSE 4567
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user