Skip to content

Commit 1fb5131

Browse files
committed
fix(docker): Removing doc folder reference in Dockerfile
1 parent e102cf8 commit 1fb5131

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ ENTRYPOINT [ "/goweb" ]
2929
ARG APP_VERSION
3030
ENV VERSION=${APP_VERSION}
3131

32-
COPY doc /doc
3332
COPY --from=fetcher /app/cacert.pem /etc/ssl/certs/ca-certificates.crt
3433
COPY --from=fetcher /app/zoneinfo.zip /
3534
COPY --from=builder /app/bin/goweb /

0 commit comments

Comments
 (0)