fix: docker overwrite views
This commit is contained in:
		@@ -39,8 +39,8 @@ WORKDIR /var/wiki
 | 
			
		||||
COPY ./dev/build/supervisord.conf /etc/supervisord.conf
 | 
			
		||||
COPY --from=assets /var/wiki/assets ./assets
 | 
			
		||||
COPY --from=assets /var/wiki/node_modules ./node_modules
 | 
			
		||||
COPY --from=assets /var/wiki/server ./server
 | 
			
		||||
COPY ./server ./server
 | 
			
		||||
COPY --from=assets /var/wiki/server/views ./server/views
 | 
			
		||||
COPY ./dev/build/config.yml ./config.yml
 | 
			
		||||
COPY ./package.json ./package.json
 | 
			
		||||
COPY ./LICENSE ./LICENSE
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user