fix: attach resources
This commit is contained in:
		
							parent
							
								
									c88b5ba729
								
							
						
					
					
						commit
						e6032a2039
					
				@ -13,6 +13,7 @@ COPY --from=builder /data/target/release/${PACKAGE_NAME} /bin
 | 
				
			|||||||
RUN mkdir /rund
 | 
					RUN mkdir /rund
 | 
				
			||||||
COPY Rocket.toml /rund
 | 
					COPY Rocket.toml /rund
 | 
				
			||||||
COPY templates/* /rund/templates/
 | 
					COPY templates/* /rund/templates/
 | 
				
			||||||
 | 
					COPY resources/* /rund/resources/
 | 
				
			||||||
WORKDIR /rund
 | 
					WORKDIR /rund
 | 
				
			||||||
EXPOSE 8000
 | 
					EXPOSE 8000
 | 
				
			||||||
ENV ROCKET_ADDRESS=0.0.0.0
 | 
					ENV ROCKET_ADDRESS=0.0.0.0
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user