parent
413d930646
commit
58e21607ff
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module version="4">
|
||||
<component name="AdditionalModuleElements">
|
||||
<content url="file://$MODULE_DIR$/../dsBase" dumb="true">
|
||||
<sourceFolder url="file://$MODULE_DIR$/../dsBase/src/main/resource" type="java-resource" />
|
||||
</content>
|
||||
</component>
|
||||
</module>
|
@ -1,6 +1,6 @@
|
||||
FROM swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/nginx:alpine
|
||||
RUN rm /etc/nginx/conf.d/default.conf
|
||||
RUN rm /etc/nginx/nginx.conf
|
||||
RUN if [ -f /etc/nginx/conf.d/default.conf ]; then rm /etc/nginx/conf.d/default.conf; fi
|
||||
RUN if [ -f /etc/nginx/nginx.conf ]; then rm /etc/nginx/nginx.conf; fi
|
||||
COPY nginx.conf /etc/nginx/
|
||||
COPY default.conf /etc/nginx/conf.d/
|
||||
COPY ds-base /usr/share/nginx/html/ds-base
|
||||
|
Loading…
Reference in new issue