1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 08:19:40 +02:00

refactor(app): minor refactor (#2773)

This commit is contained in:
Anthony Lapenna 2019-03-13 11:09:53 +13:00 committed by GitHub
parent ac4af41317
commit 1618388e39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 45 deletions

View file

@ -1,11 +1,7 @@
FROM portainer/base
COPY dist /
VOLUME /data
WORKDIR /
EXPOSE 9000
ENTRYPOINT ["/portainer"]