mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-12-26 22:55:51 +08:00
1. 因编译遇到问题目录结构调整回来了,后期学习go知识来调整新目录
This commit is contained in:
@@ -7,9 +7,9 @@ RUN cp /etc/apk/repositories /etc/apk/repositories.back && \
|
||||
|
||||
RUN apk add --update bash git make gcc g++
|
||||
|
||||
ADD . /var/www/mindoc
|
||||
ADD . /go/src/github.com/lifei6671/mindoc
|
||||
|
||||
WORKDIR /var/www/mindoc
|
||||
WORKDIR /go/src/github.com/lifei6671/mindoc
|
||||
|
||||
RUN chmod +x start.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user