OSDN Git Service

template add rss and system template
[newslash/newslash.git] / test-container / installtest_Dockerfile
1 FROM newslash-base
2
3 COPY files/install-test-entrypoint.sh /entrypoint.sh
4 RUN chmod 755 /entrypoint.sh
5 ENTRYPOINT [ "/entrypoint.sh" ]
6
7 EXPOSE 80