-
Notifications
You must be signed in to change notification settings - Fork 602
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #991 from scottsut/master
feat: 1.0.0-beta.2 release
- Loading branch information
Showing
514 changed files
with
14,976 additions
and
4,468 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
FROM java:8 | ||
LABEL "author"="tl" | ||
RUN mkdir /datart | ||
COPY ./bin/* /datart/bin/ | ||
COPY ./config/* /datart/config/ | ||
COPY ./lib/* /datart/lib/ | ||
COPY ./bin/ /datart/bin/ | ||
COPY ./config/ /datart/config/ | ||
COPY ./lib/ /datart/lib/ | ||
COPY static /datart/static | ||
ENV TZ=Asia/Shanghai | ||
EXPOSE 58080 | ||
EXPOSE 8080 | ||
WORKDIR /datart | ||
ENTRYPOINT java -cp "lib/*" datart.DatartServerApplication |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Empty file.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.