mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
chore(docker): update build system with Docker for Windows support (#283)
This commit is contained in:
parent
c3cf5b5f9d
commit
d0954abe29
5 changed files with 61 additions and 11 deletions
9
build/linux/Dockerfile
Normal file
9
build/linux/Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
FROM centurylink/ca-certs
|
||||
|
||||
COPY dist /
|
||||
|
||||
VOLUME /data
|
||||
|
||||
EXPOSE 9000
|
||||
|
||||
ENTRYPOINT ["/portainer"]
|
Loading…
Add table
Add a link
Reference in a new issue