vn-docker/osticket/Dockerfile

8 lines
158 B
Docker
Raw Normal View History

2022-06-08 11:09:17 +00:00
FROM devinsolutions/osticket:1.16.3
2021-03-13 18:33:24 +00:00
WORKDIR /var/www/html
COPY theme/default/ ./assets/default
COPY theme/scp/ ./scp/css
COPY theme/css/ ./css
CMD ["start"]