mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-10-31 04:32:02 +00:00 
			
		
		
		
	Merge pull request #2939 from iv-org/dockerfile-fix
Fix the Dockerfile sed command
This commit is contained in:
		| @@ -42,7 +42,7 @@ RUN addgroup -g 1000 -S invidious && \ | ||||
|     adduser -u 1000 -S invidious -G invidious | ||||
| COPY --chown=invidious ./config/config.* ./config/ | ||||
| RUN mv -n config/config.example.yml config/config.yml | ||||
| RUN sed -i 's/host: \(127.0.0.1\|localhost\)/host: postgres/' config/config.yml | ||||
| RUN sed -i 's/host: \(127.0.0.1\|localhost\)/host: invidious-db/' config/config.yml | ||||
| COPY ./config/sql/ ./config/sql/ | ||||
| COPY ./locales/ ./locales/ | ||||
| COPY --from=builder /invidious/assets ./assets/ | ||||
|   | ||||
| @@ -41,7 +41,7 @@ RUN addgroup -g 1000 -S invidious && \ | ||||
|     adduser -u 1000 -S invidious -G invidious | ||||
| COPY --chown=invidious ./config/config.* ./config/ | ||||
| RUN mv -n config/config.example.yml config/config.yml | ||||
| RUN sed -i 's/host: \(127.0.0.1\|localhost\)/host: postgres/' config/config.yml | ||||
| RUN sed -i 's/host: \(127.0.0.1\|localhost\)/host: invidious-db/' config/config.yml | ||||
| COPY ./config/sql/ ./config/sql/ | ||||
| COPY ./locales/ ./locales/ | ||||
| COPY --from=builder /invidious/assets ./assets/ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 TheFrenchGhosty
					TheFrenchGhosty