build: include missing resources (translates)
This commit is contained in:
		
							parent
							
								
									705acfd575
								
							
						
					
					
						commit
						f915b957b9
					
				@ -13,7 +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/
 | 
					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