vn-docker/osticket/Dockerfile

8 lines
158 B
Docker
Raw Normal View History

2022-01-26 10:37:43 +00:00
FROM devinsolutions/osticket:1.15.4
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"]