vn-docker/osticket/Dockerfile

8 lines
158 B
Docker

FROM devinsolutions/osticket:1.17.5
WORKDIR /var/www/html
COPY theme/default/ ./assets/default
COPY theme/scp/ ./scp/css
COPY theme/css/ ./css
CMD ["start"]