This website requires JavaScript.
Explore
Help
Register
Sign in
firepup650
/
jia
Watch
1
Star
0
Fork
You've already forked jia
0
mirror of
https://github.com/cjdenio/jia.git
synced
2024-11-22 07:33:39 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6f1223cd84
jia
/
Dockerfile
10 lines
91 B
Text
Raw
Normal View
History
Unescape
Escape
Update to Go 1.16
2021-05-02 19:43:41 +00:00
FROM golang:1.16
add dockerfile
2020-12-23 15:58:09 +00:00
WORKDIR /usr/src/app
COPY . .
RUN go build -o jia ./cmd
CMD ["./jia"]
Reference in a new issue
Copy permalink