We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfd8af2 + 4baa4ed commit 32b12e0Copy full SHA for 32b12e0
1 file changed
Dockerfile
@@ -16,7 +16,7 @@ RUN mkdir /src
16
WORKDIR /src
17
18
COPY main.go go.mod go.sum ./
19
-COPY --from=frontend /src/node_modules ./
+COPY --from=frontend /src/node_modules ./node_modules
20
21
RUN cd /src && go build -o main && rm main.go go.mod go.sum
22
0 commit comments