Try add travis CI
This commit is contained in:
6
frontend/Dockerfile
Normal file
6
frontend/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
ARG THIS_ARCH_ALT=amd64
|
||||
FROM multiarch/alpine:${THIS_ARCH_ALT}-edge
|
||||
|
||||
LABEL Lan Tian "lantian@lantian.pub"
|
||||
COPY frontend /
|
||||
ENTRYPOINT ["/frontend"]
|
||||
Reference in New Issue
Block a user