Unresolved Git merge conflicts
Analyze huge log files (10GB+) instantly in your browser.
Brought to you by:
hsr
Originally created by: Klemart3D
Hi,
You're big update2 commit introduced a lot of unresolved Git merge conflicts that failed to build the Docker image:
± docker build -t log-voyager .
[+] Building 0.0s (1/1) FINISHED docker:desktop-linux
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 1.26kB 0.0s
Dockerfile:1
--------------------
1 | >>> <<<<<<< HEAD
2 | # Etap 1: Budowanie aplikacji (Node.js)
3 | FROM node:18-alpine as builder
--------------------
ERROR: failed to build: failed to solve: dockerfile parse error on line 1: unknown instruction: <<<<<<<
Originally posted by: yatoub
Hi,
In addition, even when the merge conflict is resolved, a build error still occurs in the builder stage:
I replaced the Dockerfile with the following one:
With this Dockerfile, I am now able to build the container successfully.
Originally posted by: citiz3nn
+1