Merge pull request #25 from calendso/fix/fixing-docker-file
Fix dockefile: coudl not start because config file is missing
This commit is contained in:
		@ -17,6 +17,7 @@ WORKDIR /app
 | 
			
		||||
ENV NODE_ENV production
 | 
			
		||||
 | 
			
		||||
COPY --from=builder /app/next.config.js ./
 | 
			
		||||
COPY --from=builder /app/next-i18next.config.js ./
 | 
			
		||||
COPY --from=builder /app/public ./public
 | 
			
		||||
COPY --from=builder /app/.next ./.next
 | 
			
		||||
COPY --from=builder /app/node_modules ./node_modules
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user